{
  "name": "thuthach.net  - Theo dõi thói quen",
  "short_name": "thuthach.net",
  "description": "Ứng dụng theo dõi thói quen và thử thách bản thân",
  "id": "/?platform=mobile_app",
  "start_url": "/?platform=mobile_app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
      {
      "src": "/badge-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "badge"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://thuthach.net"
    }
  ],
  
  "protocol_handlers": [
    {
      "protocol": "web+habitrace",
      "url": "/%s"
    }
  ],
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
