{
  "name": "Kreatix",
  "short_name": "Kreatix",
  "description": "Schedule and publish to Instagram, TikTok, Facebook and YouTube",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0b0f",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["productivity", "business", "social"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "_TODO_icons": "Generate raster PNGs from /favicon.svg at the standard PWA sizes — 192x192 (any + maskable), 512x512 (any + maskable). Chromium installability prefers explicit 192 and 512 raster icons. Until then we point at apple-touch-icon.png (180x180) and favicon.svg (scalable). After generating, add entries: /icons/icon-192.png (192x192 any), /icons/icon-192-maskable.png (192x192 maskable), /icons/icon-512.png (512x512 any), /icons/icon-512-maskable.png (512x512 maskable).",
  "shortcuts": [
    {
      "name": "New post",
      "short_name": "Publish",
      "description": "Create and publish a new post",
      "url": "/publish",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View your content calendar",
      "url": "/calendar",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View account analytics",
      "url": "/analytics",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
