{
  "id": "/app",
  "name": "PageCrawl - Website Change Monitor",
  "short_name": "PageCrawl",
  "description": "Monitor website changes and get instant notifications",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0176ff",
  "orientation": "any",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Monitor",
      "short_name": "Add",
      "url": "/app/pages/create"
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "/app/settings"
    }
  ],
  "share_target": {
    "action": "/app/pages/create",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/mobile-overview.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Overview dashboard with detected changes"
    },
    {
      "src": "/screenshots/mobile-monitor.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Monitor detail with screenshot diff"
    },
    {
      "src": "/screenshots/mobile-changes.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Recent change feed across all monitors"
    },
    {
      "src": "/screenshots/desktop-overview.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "PageCrawl dashboard"
    }
  ]
}
