{
  "id": "/",
  "name": "PlanifyPro",
  "short_name": "PlanifyPro",
  "description": "Design and customize digital and printable planners.",
  "start_url": "/",
  "scope": "/",
  "_note": "display 'browser' keeps the site NON-installable, so Chrome shows no install icon/prompt. Flip back to 'standalone' when ready to offer the PWA install to users.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#1D3D67",
  "icons": [
    {
      "src": "/pwa_icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa_icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa_icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
