{
  "name": "CarShots - AI Car Photography",
  "short_name": "CarShots",
  "description": "Create stunning AI-generated photos of your car with professional backgrounds and lighting",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0C0E",
  "theme_color": "#CEDC00",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["photography", "automotive", "productivity"],
  "screenshots": [
    {
      "src": "/images/examples/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CarShots AI Photo Generation"
    }
  ],
  "icons": [
    {
      "src": "/images/examples/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/examples/icon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Photo",
      "short_name": "Create",
      "description": "Start creating AI photos of your car",
      "url": "/create",
      "icons": [
        {
          "src": "/images/examples/icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Gallery",
      "short_name": "Gallery",
      "description": "View your AI-generated car photos",
      "url": "/gallery",
      "icons": [
        {
          "src": "/images/examples/icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
