{
  "name": "Apatizer — AI Content Analyzer",
  "short_name": "Apatizer",
  "description": "Analyze any video, audio, image, or website with AI in seconds.",
  "start_url": "/app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060f0a",
  "theme_color": "#060f0a",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze YouTube Video",
      "url": "/app.html?tab=youtube",
      "description": "Paste a YouTube URL and analyze"
    },
    {
      "name": "Analyze Website",
      "url": "/app.html?tab=website",
      "description": "Summarize any website"
    }
  ],
  "screenshots": []
}
