{
  "short_name": "Rainbow Sails",
  "name": "Rainbow Sails - Psychedelic Art Shop",
  "description": "Discover stunning psychedelic artwork by Zee Sails. AI-generated trippy art that expands consciousness.",
  "icons": [
    {
      "src": "logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "Logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "Logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#ec4899",
  "background_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["shopping", "art", "lifestyle"],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "type": "image/png",
      "sizes": "1280x720"
    }
  ],
  "shortcuts": [
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Browse psychedelic artwork",
      "url": "/gallery",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View shopping cart",
      "url": "/cart",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}