{
  "name": "StorySeller - AI untuk Draf Konten Jualan Anda",
  "short_name": "StorySeller",
  "description": "Buat draf konten jualan dalam hitungan detik!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "id",
  "dir": "ltr",
  "categories": ["business", "productivity", "marketing"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Buat Konten Baru",
      "short_name": "Buat Konten",
      "description": "Buat konten jualan baru dengan AI",
      "url": "/create-story",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Riwayat Konten",
      "short_name": "Riwayat",
      "description": "Lihat riwayat konten yang telah dibuat",
      "url": "/story-history",
      "icons": [
        {
          "src": "/icons/icon-192x192.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "cache_strategy": "network-first",
  "version": "1.0.0",
  "update_url": "/version.json"
}