{
  "id": "/?source=pwa",
  "name": "ORAT — Write your book by talking",
  "short_name": "ORAT",
  "description": "Voice-first writing studio for authors who write by talking. Speak your manuscript into existence — in your own voice, never the AI's.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#F4ECD8",
  "theme_color": "#2A1F14",
  "categories": ["productivity", "writing", "books", "lifestyle"],
  "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/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new voice recording for your manuscript",
      "url": "/?shortcut=new-recording",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Capture a thought or scene by voice",
      "url": "/?shortcut=quick-capture",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Manuscripts",
      "short_name": "Manuscripts",
      "description": "Open your projects",
      "url": "/?shortcut=manuscripts",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
