{
  "name": "isee.art - Digital Art Catalog",
  "short_name": "isee.art",
  "description": "Bringing art to life in the digital world. Upload once - your art catalog comes alive.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F2EC",
  "theme_color": "#1C1C1C",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["art", "catalog", "portfolio", "business"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Upload artwork with AI analysis"
    },
    {
      "src": "/screenshot-desktop.png", 
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Professional artwork catalog pages"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Artwork",
      "short_name": "Upload", 
      "description": "Quick upload new artwork",
      "url": "/upload",
      "icons": [
        {
          "src": "/icon-upload.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Artworks",
      "short_name": "Artworks",
      "description": "View all artworks", 
      "url": "/artworks",
      "icons": [
        {
          "src": "/icon-gallery.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/upload",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}