{
  "name": "TAP GEE - AI Music Production",
  "short_name": "TAP GEE",
  "description": "Create professional rap songs with AI. Write lyrics, generate beats, and produce studio-quality tracks.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "scope": "/",
  "id": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "entertainment", "productivity"],
  "shortcuts": [
    {
      "name": "Create Beat",
      "short_name": "Create",
      "description": "Generate a new AI beat",
      "url": "/studio?action=create"
    },
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "View your saved tracks",
      "url": "/library"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Music Studio"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track Library"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.tapgee.music",
      "id": "com.tapgee.music"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/tap-gee/id000000000"
    }
  ],
  "prefer_related_applications": false
}
