{
  "id": "/app",
  "name": "antaraAI",
  "short_name": "antaraAI",
  "description": "Platform AI generatif untuk agensi kerajaan, GLC & SME Malaysia — Video, Imej, Slaid, Brand Voice & Social Media.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#06b6d4",
  "lang": "ms",
  "dir": "ltr",
  "categories": ["productivity", "business", "graphics"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Video Studio", "short_name": "Video", "url": "/app/video-studio", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Image Studio", "short_name": "Imej", "url": "/app/image-pro", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Presentation", "short_name": "Slaid", "url": "/app/presentation", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "shared_images", "accept": ["image/*"] }
      ]
    }
  }
}
