{
  "name": "Digital Addiction Disruptor",
  "short_name": "D.A.D.",
  "description": "Millions of Hours Saved. Starting Now. A wise digital guide that interrupts compulsive scrolling and helps you reclaim your attention, one moment at a time.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#060b18",
  "background_color": "#060b18",
  "categories": ["health", "lifestyle", "productivity", "wellness"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Pull Me Out",
      "short_name": "Pull Me Out",
      "description": "Immediately start a recovery session",
      "url": "/app/interrupt",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Journal",
      "short_name": "Journal",
      "description": "Write a quick reflection",
      "url": "/app/journal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Phone Down Challenge",
      "short_name": "Challenge",
      "description": "Start a Phone Down challenge",
      "url": "/app/challenges",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
