{
  "name": "OmniTools",
  "short_name": "OmniTools",
  "description": "Free, private, browser-based tools for developers, sellers, creators, and everyday work.",
  "start_url": "/en/",
  "scope": "/",
  "id": "/en/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0C0C0E",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OmniTools workspace"
    }
  ],
  "shortcuts": [
    {
      "name": "Search tools",
      "short_name": "Search",
      "url": "/en/?search=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "url": "/en/tools/json-formatter/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
