{
  "name": "inscrybe",
  "short_name": "inscrybe",
  "description": "Plan and write your next novel. No distractions. No ads. No AI, ever.",
  "theme_color": "#14b8a6",
  "background_color": "#14b8a6",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "scope": "/",
  "id": "/?standalone=true",
  "start_url": "/?standalone=true",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/pwa-mobile.png",
      "sizes": "411x916",
      "type": "image/png"
    },
    {
      "src": "/screenshots/pwa-desktop.png",
      "sizes": "3360x1654",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+inscrybe",
      "url": "/?protocol=%s"
    }
  ]
}
