{
  "name": "Maptheory Tools",
  "short_name": "Maptheory",
  "description": "Free online tools for developers, designers, and marketers. QR codes, image compression, JSON formatting, and more.",
  "start_url": "/utils",
  "display": "standalone",
  "background_color": "#00100F",
  "theme_color": "#001F1E",
  "orientation": "any",
  "scope": "/",
  "id": "/utils",
  "categories": ["utilities", "developer", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/utils-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Maptheory Tools Dashboard - Desktop View"
    },
    {
      "src": "/screenshots/utils-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Maptheory Tools - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "QR Code Generator",
      "short_name": "QR Code",
      "description": "Generate QR codes for URLs, WiFi, vCards, and more",
      "url": "/utils/qr-generator"
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format, validate, and convert JSON data",
      "url": "/utils/json-formatter"
    },
    {
      "name": "Image Compressor",
      "short_name": "Compress",
      "description": "Compress and convert images in your browser",
      "url": "/utils/image-compressor"
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate secure passwords and passphrases",
      "url": "/utils/password-generator"
    }
  ],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
