{
  "name": "PlanWitty Daily Planner",
  "short_name": "PlanWitty",
  "description": "Plan with purpose. Win with wit. The ultimate daily planner dashboard.",
  "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/favicon-scary-white.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
