{
  "name": "CoolImageLab",
  "short_name": "CoolImageLab",
  "description": "AI-powered image processing and transformation platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#00f0ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Library",
      "short_name": "Library",
      "description": "View your image library",
      "url": "/library",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Studio",
      "short_name": "Studio",
      "description": "Generate new images",
      "url": "/studio",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Scenes",
      "short_name": "Scenes",
      "description": "Process images with AI",
      "url": "/scenes",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/library.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Image Library"
    },
    {
      "src": "/screenshots/studio.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "AI Studio"
    },
    {
      "src": "/screenshots/scenes.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Scene Processing"
    },
    {
      "src": "/screenshots/workflows.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Workflows"
    },
    {
      "src": "/screenshots/settings.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Settings"
    }
  ]
}
