{
  "name": "SUDOSOC Toolbox",
  "short_name": "SUDOSOC",
  "description": "Cybersecurity tools that run entirely in your browser — offline capable.",
  "start_url": "/tools.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "categories": ["security", "utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Tools",
      "url": "/tools.html",
      "description": "Open the tool workspace"
    },
    {
      "name": "Resources",
      "url": "/resources.html",
      "description": "Cheat sheets and references"
    }
  ]
}
