{
  "name": "AI Voice Studio — Free Text to Speech",
  "short_name": "Voice Studio",
  "description": "Free, private, offline-capable text to speech studio with Indian and global voices. No API key, no sign-up, unlimited characters.",
  "id": "/ai-voice-studio/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#070b16",
  "theme_color": "#070b16",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "education"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Voice Studio on desktop"
    },
    {
      "src": "assets/screenshots/mobile.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Voice Studio on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Open the Studio",
      "short_name": "Studio",
      "description": "Jump straight to the text editor",
      "url": "./index.html#studio",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Features",
      "short_name": "Features",
      "description": "See everything the app can do",
      "url": "./index.html#features",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
