{
  "name": "Phantomline",
  "short_name": "Phantomline",
  "description": "Phantomline — local AI video studio. Idea to script to narration to MP4, on your own machine.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090b0c",
  "theme_color": "#090b0c",
  "categories": ["productivity", "creativity", "video"],
  "icons": [
    {
      "src": "/static/phantomline-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/phantomline-logo-square.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/phantomline-logo-square.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Studio",
      "short_name": "Studio",
      "url": "/app",
      "description": "Open the Phantomline workspace"
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "url": "/pricing",
      "description": "See plans and pricing"
    }
  ]
}
