{
  "name": "The Most Useful Site in the World — 1194 Free Tools",
  "short_name": "Useful Site",
  "description": "1194 free offline browser tools for developers, designers, students and professionals. No ads, no sign-ups — every tool runs in your browser.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0f14",
  "theme_color": "#0a0f14",
  "categories": ["productivity", "developer", "utilities"],
  "lang": "en-GB",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "screenshots": [
    {
      "src": "og-tools.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Browse 1194 tools"
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Tools",
      "url": "/?action=search",
      "description": "Search through 1194 tools",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Random Tool",
      "url": "/tool.html?random=1",
      "description": "Open a random tool",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Toolbox",
      "url": "/?toolbox=open",
      "description": "Open your saved toolbox",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+useful",
      "url": "/?tool=%s"
    }
  ]
}
