{
  "name": "Product Photo Background Remover & Image Resizer",
  "short_name": "ProductShot",
  "description": "Prepare clean product photos for online stores, marketplaces and social commerce. Remove backgrounds, resize, compress and export marketplace-ready images in batch.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#0B1730",
  "theme_color": "#1A2A52",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "photo", "graphics", "shopping", "business"],
  "id": "/?source=pwa",
  "icons": [
    { "src": "/icons/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Remove Background",
      "short_name": "Remove BG",
      "description": "Create clean product images with white or transparent backgrounds",
      "url": "/remove-background",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Resize for Store",
      "short_name": "Resize",
      "description": "Ready-made sizes for Shopify, Amazon and marketplaces",
      "url": "/resize",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Batch Export",
      "short_name": "Batch",
      "description": "Export marketplace-ready images in batch",
      "url": "/batch",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
