{
  "name": "Mood Bot - Offline Emotion Detection Chatbot",
  "short_name": "Mood Bot",
  "description": "Real-time mood detection with Spotify playlist recommendations. Works 100% offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#1DB954",
  "background_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./icon.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "./icon.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23121212' width='540' height='720'/><rect fill='%231DB954' y='0' width='540' height='60'/><text x='20' y='35' font-family='Montserrat' font-size='24' fill='%23fff'>Mood Bot</text><rect fill='%23181818' y='80' width='540' height='600' rx='16'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Chat",
      "short_name": "Chat",
      "description": "Open Mood Bot chat",
      "url": "/?mode=chat",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='45' fill='%231DB954'/><path d='M32 40h32M32 52h32M32 64h16' stroke='%23000' stroke-width='3' stroke-linecap='round'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
