{
  "name": "ArtSea - Original Art Gallery",
  "short_name": "ArtSea",
  "description": "Discover and buy original paintings, handmade sculptures, and authentic physical artworks from talented artists worldwide",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#134397",
  "theme_color": "#134397",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://art-v1-mu.vercel.app//api/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://art-v1-mu.vercel.app//api/ico.n?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://art-v1-mu.vercel.app//api/icon?size=180",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "entertainment",
    "lifestyle",
    "shopping"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Artworks",
      "short_name": "Shop",
      "description": "Browse all available artworks",
      "url": "/artworks",
      "icons": []
    },
    {
      "name": "Artists",
      "short_name": "Artists",
      "description": "Discover talented artists",
      "url": "/artists",
      "icons": []
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read art stories and news",
      "url": "/blog",
      "icons": []
    }
  ]
}