{
  "id": "/",
  "name": "Promptyka™ — Local AI Prompt Generator by AFU Webs™",
  "short_name": "Promptyka™",
  "description": "Local AI Prompt Generator by AFU Webs™ for Video, Image, and Writing. Create, refine, and save prompts offline with zero server dependencies.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities", "multimedia"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Video Prompt Studio",
      "short_name": "Video",
      "description": "Create cinematic AI video prompts",
      "url": "/?tab=studio&type=video",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Image Prompt Studio",
      "short_name": "Image",
      "description": "Create photorealistic AI image prompts",
      "url": "/?tab=studio&type=image",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Writing Prompt Studio",
      "short_name": "Writing",
      "description": "Craft professional AI writing prompts",
      "url": "/?tab=studio&type=writing",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Saved Prompts",
      "short_name": "Library",
      "description": "View saved prompts offline",
      "url": "/?tab=library",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ]
}
