{
  "name": "Plumelin",
  "short_name": "Plumelin",
  "description": "A local-first writing studio for novelists and screenwriters.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#f3eeec",
  "theme_color": "#1C2E44",
  "lang": "en",
  "dir": "auto",
  "categories": ["productivity", "books", "education"],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://app.plumelin.com/manifest.webmanifest",
      "id": "https://app.plumelin.com/"
    }
  ],
  "icons": [
    {
      "src": "/icons/plumelin.svg?v=20260722",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png?v=20260722",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=20260722",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue writing",
      "short_name": "Writing",
      "description": "Open the most recent scene",
      "url": "/writing",
      "icons": [
        { "src": "/icons/icon-192.png?v=20260722", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "World",
      "short_name": "World",
      "description": "Browse characters, locations, and items",
      "url": "/world",
      "icons": [
        { "src": "/icons/icon-192.png?v=20260722", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
