{
  "name": "Nikora",
  "short_name": "Nikora AI",
  "description": "AI-powered caption generator for Instagram Reels, YouTube Shorts, TikTok, and gaming clips. Free, instant, no sign-up.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "social"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Caption",
      "short_name": "Generate",
      "description": "Go straight to the caption generator",
      "url": "/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Trending Today",
      "short_name": "Trending",
      "description": "See what captions are trending today",
      "url": "/trending",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
