{
  "name": "Voice Compiler",
  "short_name": "Voice Compiler",
  "description": "Turn any article or pasted text into natural-sounding audio you can listen to anywhere.",
  "start_url": "./",
  "scope": "./",
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": { "title": "share_title", "text": "share_text", "url": "share_url" }
  },
  "display": "standalone",
  "background_color": "#f7f4ee",
  "theme_color": "#0e6b57",
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "./maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
