{
  "name": "Arqo",
  "short_name": "Arqo",
  "description": "Screenwriting that goes where you do. Continuous-flow editor, beat structure, memory that remembers your script, and one-tap export to Fountain / Final Draft / PDF.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ede4c8",
  "theme_color": "#ede4c8",
  "orientation": "portrait-primary",
  "categories": ["productivity", "writing", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/app",
      "accept": {
        "application/vnd.arqo": [".arq"]
      },
      "launch_type": "single-client"
    },
    {
      "action": "/app",
      "accept": {
        "text/x-fountain": [".fountain"],
        "text/plain": [".fountain"]
      },
      "launch_type": "single-client"
    },
    {
      "action": "/app",
      "accept": {
        "application/xml": [".fdx"],
        "text/xml": [".fdx"]
      },
      "launch_type": "single-client"
    }
  ]
}
