{
  "name": "BlockWise - Privacy-First Productivity App",
  "short_name": "BlockWise",
  "description": "Block distracting apps and websites. No ads, no tracking, no subscription.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F0F1E",
  "theme_color": "#16A34A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "Download",
      "short_name": "Download",
      "description": "Download BlockWise",
      "url": "/?utm_source=shortcut",
      "icons": []
    }
  ]
}
