{
  "name": "PlanWitty Daily Planner",
  "short_name": "PlanWitty",
  "description": "Plan with purpose. Win with wit. The ultimate daily planner dashboard.",
  "id": "/pwa/app.html",
  "start_url": "./app.html",
  "scope": "./",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#121212",
  "theme_color": "#121212",
  "orientation": "any",
  "icons": [
    {
      "src": "../public/favicon-scary-white.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../public/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../public/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    { "platform": "webapp", "url": "/pwa/manifest.json" }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+planwitty",
      "url": "./app.html?launch=%s"
    }
  ]
}
