{
  "name": "ChilledSites - AI Website Builder",
  "short_name": "ChilledSites",
  "description": "Create beautiful websites instantly with our AI-powered website builder. Build, edit, and deploy professional websites in minutes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business", "developer", "utilities"],
  "icons": [
    {
      "src": "/img/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",  
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png", 
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/img/screenshot-desktop.png", 
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Build Website",
      "short_name": "Build",
      "description": "Start building a new website with AI",
      "url": "/build",
      "icons": [
        {
          "src": "/img/shortcut-build.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery", 
      "description": "View your website gallery",
      "url": "/gallery",
      "icons": [
        {
          "src": "/img/shortcut-gallery.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/build",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
} 