{
  "name": "Alt Text Generator",
  "short_name": "AltTextGen",
  "description": "Ethical, accessible, actually useful AI",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2c1810",
  "orientation": "any",
  "icons": [
    {
      "src": "https://i.imgur.com/YeAwK6f.gif",
      "sizes": "192x192",
      "type": "image/gif",
      "purpose": "any maskable"
    },
    {
      "src": "https://i.imgur.com/YeAwK6f.gif",
      "sizes": "512x512",
      "type": "image/gif",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://i.imgur.com/YeAwK6f.gif",
      "sizes": "1280x720",
      "type": "image/gif",
      "platform": "wide",
      "label": "Ethical, accessible, actually useful AI"
    }
  ],
  "categories": ["utilities", "productivity", "accessibility"],
  "shortcuts": [
    {
      "name": "New Description",
      "url": "./",
      "description": "Create a new image description",
      "icons": [
        {
          "src": "https://i.imgur.com/YeAwK6f.gif",
          "sizes": "96x96",
          "type": "image/gif"
        }
      ]
    }
  ],
  "display_override": ["standalone", "minimal-ui", "fullscreen"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope": "./",
  "id": "./",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp", ".heic"]
      }
    }
  ],
  "apple_mobile_web_app_capable": "yes",
  "apple_mobile_web_app_status_bar_style": "default",
  "apple_mobile_web_app_title": "Alt Text Generator"
} 