{
  "name": "Professional IP Checker",
  "short_name": "IP Checker",
  "description": "Advanced IP address analysis tool with comprehensive privacy and security features",
  "version": "2.0.0",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00ff88",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "developer"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%234f46e5'/><text x='50' y='60' font-size='50' text-anchor='middle' fill='white'>🌐</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%234f46e5'/><text x='50' y='60' font-size='50' text-anchor='middle' fill='white'>🌐</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "assets/images/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Check My IP",
      "short_name": "My IP",
      "description": "Quickly check your current IP address",
      "url": "/?action=myip",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text x='50' y='60' font-size='50' text-anchor='middle'>📍</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "lang": "id",
  "scope": "/",
  "prefer_related_applications": false
}