{
  "name": "ScanJunki — eBay Arbitrage Tool",
  "short_name": "ScanJunki",
  "description": "Scan barcodes, check eBay prices, calculate profit with accurate fees.",
  "start_url": "/scan",
  "display": "standalone",
  "background_color": "#f5f7fc",
  "theme_color": "#5468eb",
  "orientation": "portrait",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["business", "shopping", "utilities"],
  "screenshots": [],
  "prefer_related_applications": false,
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "classic"
  }
}
