{
  "name": "gawe.app : Offline Developer Tools",
  "short_name": "gawe.app",
  "description": "47 offline productivity and developer tools in one installable PWA",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "developer tools"],
  "shortcuts": [
    {
      "name": "JSON Formatter",
      "url": "/tools/encoding/json-formatter",
      "description": "Format and validate JSON"
    },
    {
      "name": "Password Generator",
      "url": "/tools/crypto/password-generator",
      "description": "Generate secure passwords"
    }
  ]
}
