{
  "name": "Bescro — AI Prompt Studio",
  "short_name": "Bescro",
  "description": "Master AI prompts through daily challenges, compete globally, and level up your skills.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fcfcfc",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education"],
  "icons": [
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bescro Prompt Builder"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Scroll",
      "short_name": "Daily",
      "description": "Today's prompt challenge",
      "url": "/?tab=daily",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Build Prompt",
      "short_name": "Build",
      "description": "Generate a new prompt",
      "url": "/?tab=build",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
