{
  "name": "Lifeplanr",
  "short_name": "Lifeplanr",
  "description": "Your life in weeks — a beautiful life calendar, diary, and planner spanning 90 years.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0D0B09",
  "theme_color": "#0D0B09",
  "categories": ["lifestyle", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "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" },
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Life Calendar",
      "short_name": "Calendar",
      "url": "/app/calendar",
      "icons": []
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "url": "/app/diary",
      "icons": []
    },
    {
      "name": "Finance",
      "short_name": "Finance",
      "url": "/app/finance",
      "icons": []
    },
    {
      "name": "Travel",
      "short_name": "Travel",
      "url": "/app/travel",
      "icons": []
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
