{
  "name": "SoundSource - AI Voice Recorder",
  "short_name": "SoundSource",
  "description": "AI-powered voice recording and transcription app with smart organization and chat assistant",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A1929",
  "background_color": "#0A1929",
  "categories": ["productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow",
      "label": "Home screen with recent recordings"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "platform": "narrow",
      "label": "Recording in progress with live transcription"
    }
  ],
  "shortcuts": [
    {
      "name": "New Recording",
      "short_name": "Record",
      "description": "Start a new recording",
      "url": "/?screen=record",
      "icons": [
        {
          "src": "/images/icons/mic.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View all recordings",
      "url": "/?screen=library",
      "icons": [
        {
          "src": "/images/icons/library.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "audio",
          "accept": ["audio/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false
}