{
  "id": "/",
  "name": "ORAT",
  "short_name": "ORAT",
  "description": "Voice-first writing studio for authors who write by talking. Speak your manuscript into existence — in your own voice.",
  "start_url": "/",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "note_taking"],
  "orientation": "portrait-primary",
  "background_color": "#F4ECD8",
  "theme_color": "#2A1F14",
  "categories": ["productivity", "books", "education", "utilities"],
  "icons": [
    { "src": "/favicon-16x16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
    { "src": "/favicon-32x32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/orat-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/orat-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/orat-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/orat-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/orat-mobile-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ORAT home on mobile"
    },
    {
      "src": "/screenshots/orat-mobile-record.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Recording a session on mobile"
    },
    {
      "src": "/screenshots/orat-mobile-auth.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Signing in to ORAT"
    },
    {
      "src": "/screenshots/orat-mobile-voice-profile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Managing your Voice Profile"
    },
    {
      "src": "/screenshots/orat-tablet-project.png",
      "sizes": "2048x2732",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ORAT project view on tablet"
    },
    {
      "src": "/screenshots/orat-tablet-review.png",
      "sizes": "2048x2732",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Reviewing a session on tablet"
    }
  ],
  "shortcuts": [
    {
      "name": "Begin Writing",
      "short_name": "Write",
      "description": "Start a new voice-first writing session.",
      "url": "/auth?redirect=/recording",
      "icons": [{ "src": "/icons/orat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Continue Last Session",
      "short_name": "Continue",
      "description": "Pick up where you left off.",
      "url": "/auth?redirect=/dashboard",
      "icons": [{ "src": "/icons/orat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "Open your manuscripts and projects.",
      "url": "/auth?redirect=/dashboard",
      "icons": [{ "src": "/icons/orat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Voice Profile",
      "short_name": "Voice",
      "description": "Manage how ORAT shapes your voice.",
      "url": "/auth?redirect=/voice",
      "icons": [{ "src": "/icons/orat-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "text": "shared_text",
      "title": "shared_title"
    }
  },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 420 },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "audio/mpeg": [".mp3"],
        "audio/mp4": [".m4a"],
        "audio/wav": [".wav"],
        "audio/webm": [".webm"],
        "audio/ogg": [".ogg"],
        "audio/aac": [".aac"],
        "audio/flac": [".flac"]
      }
    }
  ]
}
