{
  "name": "Gravvy Image Host",
  "short_name": "Gravvy",
  "description": "Fast and secure image hosting with albums, tags, and sharing",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f2937",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["photo", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Upload Image",
      "short_name": "Upload",
      "description": "Upload a new image",
      "url": "/?action=upload",
      "icons": [{ "src": "/images/upload-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "My Albums",
      "short_name": "Albums",
      "description": "View your albums",
      "url": "/?r=albums",
      "icons": [{ "src": "/images/album-icon.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/api/upload.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["image/png", "image/jpeg", "image/jpg", "image/gif", "image/webp"]
        }
      ]
    }
  }
}
