{
  "id": "https://monitor-digital-wellbeing.vercel.app/",
  "name": "TimeGuard — Digital Wellbeing & App Protection",
  "short_name": "TimeGuard",
  "description": "Take control of your digital life with TimeGuard. Track screen time, lock apps with PIN & biometrics, set smart limits. 100% private, on-device.",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://monitor-digital-wellbeing.vercel.app"
    },
    {
      "origin": "https://*.vercel.app"
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["tabbed", "standalone", "window-controls-overlay", "minimal-ui", "browser"],
  "background_color": "#080B12",
  "theme_color": "#080B12",
  "orientation": "portrait",
  "categories": ["productivity", "utilities", "lifestyle"],
  "iarc_rating_id": "e84b075e-4f36-4961-b6cc-5f778d9328b0",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.monitor.wellbeing",
      "id": "com.monitor.wellbeing"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "note_taking": {
    "new_note": "/#notes"
  },
  "protocol_handlers": [
    {
      "protocol": "web+monitor",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/#share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/#import",
      "name": "Monitor Backup Data",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Screen Time Tracker",
      "description": "Quick view of today's screen time",
      "tag": "screen-time-widget",
      "ms_ac_template": "widgets/screen-time.json",
      "data": "widgets/data.json",
      "type": "text/html",
      "auth": false,
      "screenshots": [
        {
          "src": "/screenshot1.png",
          "sizes": "540x960",
          "type": "image/png"
        }
      ]
    }
  ],
  "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"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot_desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Monitor Desktop Hub — Analytics & App Controls"
    },
    {
      "src": "/screenshot1.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Monitor Dashboard — Realtime Insights"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App Lock & Security Management"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View overall screen time statistics",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "App Lock",
      "short_name": "App Lock",
      "description": "Manage app locking & biometrics",
      "url": "/#applock",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View detailed usage reports & export data",
      "url": "/#reports",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
