{
  "id": "/ghost/",
  "name": "Ghost — Personal Core",
  "short_name": "Ghost",
  "description": "A voice you can ask for things, and a dashboard that remembers what you did.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#050B15",
  "theme_color": "#050B15",
  "categories": ["productivity", "lifestyle", "utilities"],
  "launch_handler": { "client_mode": "focus-existing" },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Talk to Ghost",
      "short_name": "Talk",
      "description": "Open the conversation view",
      "url": "./index.html?v=ghost",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily debrief",
      "short_name": "Debrief",
      "description": "File today's reflection",
      "url": "./index.html?v=debrief",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "What's outstanding",
      "url": "./index.html?v=tasks",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
