{
  "name": "Qubits Forge - Multi-Tool Hub",
  "short_name": "Qubits Forge",
  "description": "Simple, fast, and privacy-focused utility tools for your daily tasks",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%232563eb' width='192' height='192'/><text x='50%' y='50%' font-size='100' fill='white' text-anchor='middle' dy='.3em'>⚙</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%232563eb' width='512' height='512'/><text x='50%' y='50%' font-size='300' fill='white' text-anchor='middle' dy='.3em'>⚙</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8fafc' width='540' height='720'/><text x='270' y='360' font-size='100' fill='%232563eb' text-anchor='middle' dy='.3em'>Qubits Forge</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate secure passwords",
      "url": "/tools/passwordgenerator",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' fill='%232563eb' text-anchor='middle' dy='.3em'>🔐</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Color Hex Finder",
      "short_name": "Color",
      "description": "Find hex and RGB values",
      "url": "/tools/colorhexfinder",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' fill='%232563eb' text-anchor='middle' dy='.3em'>🎨</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "description": "Generate QR codes",
      "url": "/tools/qrcodegenerator",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' fill='%232563eb' text-anchor='middle' dy='.3em'>📱</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Binary Encoder/Decoder",
      "short_name": "Encoder",
      "description": "Convert text to binary",
      "url": "/tools/encoderdecoder",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' fill='%232563eb' text-anchor='middle' dy='.3em'>🔀</text></svg>",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Spin the Wheel",
      "short_name": "Wheel",
      "description": "Random choice wheel",
      "url": "/tools/spinthewheel",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text x='48' y='48' font-size='60' fill='%232563eb' text-anchor='middle' dy='.3em'>🎡</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
