{
  "id": "com.roastmaster.bot",
  "name": "RoastMaster Bot",
  "short_name": "Roaster",
  "description": "A fiery chatbot that roasts with style! Choose your destroyer and brace for impact.",
  "dir": "ltr",
  "lang": "en-US",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#1a1a1a",
  "theme_color": "#ef4444",
  "orientation": "any",
  "icons": [
    {
      "src": "https://i.imgur.com/LCqa4PL.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://i.imgur.com/LCqa4PL.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Chat with Savage Sally"
    },
    {
      "src": "/images/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Choose your destroyer"
    },
    {
      "src": "/images/screenshot3.png",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "Adjust roast intensity"
    }
  ]
}