{
  "short_name": "Scraper",
  "name": "Advanced Scraper System",
  "description": "Professional web scraping and data collection platform",
  "icons": [
    {
      "src": "favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#B2552F",
  "background_color": "#F7F4ED",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Create Job",
      "short_name": "New Job",
      "description": "Create a new scraping job",
      "url": "/dashboard?action=create",
      "icons": [{ "src": "favicon.svg", "type": "image/svg+xml", "sizes": "any" }]
    },
    {
      "name": "View Data",
      "short_name": "Data",
      "description": "View scraped data",
      "url": "/dashboard?tab=data",
      "icons": [{ "src": "favicon.svg", "type": "image/svg+xml", "sizes": "any" }]
    }
  ]
}
