{
  "name": "ODPO - Free Online Data Processing Toolkit",
  "short_name": "ODPO",
  "description": "Professional XML, JSON, YAML, and text processing tools with advanced comparison features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3B82F6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "72x72",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "96x96",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "128x128",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "144x144",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "152x152",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "384x384",
      "type": "image/x-icon",
      "purpose": "maskable any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON to XML Converter",
      "short_name": "JSON→XML",
      "description": "Convert JSON to XML format",
      "url": "/json-to-xml",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "XML to JSON Converter", 
      "short_name": "XML→JSON",
      "description": "Convert XML to JSON format",
      "url": "/xml-to-json",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "JSON Formatter",
      "short_name": "Format JSON",
      "description": "Format and validate JSON data",
      "url": "/json-formatter",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "96x96",
          "type": "image/x-icon"
        }
      ]
    }
  ]
}