{
  "name": "WhatsMyDevice",
  "short_name": "WhatsMyDevice",
  "description": "Instant tool to check your IP address, browser version, OS, screen resolution, and hardware specs without any permissions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
