{
  "_comment_colors": "background_color and theme_color mirror day --parchment in src/styles/tokens.css; change both together, and the theme-color meta in src/routes/__root.tsx.",
  "_comment_name": "Static JSON cannot import. name/short_name MIRROR APP_NAME and APP_SHORT_NAME in src/lib/constants.ts; change them together.",
  "name": "Wickstand",
  "short_name": "Wickstand",
  "description": "One screen for the whole household: calendars, the daily verse, chores, meals and groceries.",
  "start_url": "/today",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7efe1",
  "theme_color": "#f7efe1",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
