{
  "name": "Alt Text Intelligence",
  "short_name": "Alt Text",
  "description": "Generate, edit, copy, and share accessible image descriptions.",
  "start_url": "/alt/",
  "scope": "/alt/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#03070d",
  "theme_color": "#43ffd2",
  "categories": ["utilities", "productivity", "accessibility"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/alt/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/alt/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/alt/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Generate Alt Text",
      "short_name": "New Alt",
      "description": "Generate new alt text for an image",
      "url": "/alt/"
    }
  ]
} 
