{
  "name": "Supergetty",
  "short_name": "Supergetty",
  "description": "Autonomous Speech Intelligence & Long-Form Media Operating System",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#676cb8",
  "theme_color": "#676cb8",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Talk to Supergetty",
      "short_name": "Voice",
      "description": "Have Supergetty talk to you directly with voice",
      "url": "/voice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Voice Tutor",
      "short_name": "Tutor",
      "description": "Interactive speaking and oral practice drills",
      "url": "/tutor",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Speech Dictation",
      "short_name": "Speech",
      "description": "Hands-free voice transcription and notes",
      "url": "/speech",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View all synced transcripts and media",
      "url": "/library",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
