{
  "name": "Pinitols - Free Online Tools",
  "short_name": "Pinitols",
  "description": "Free online tools for developers and everyone. Calculators, PDF tools, generators, formatters and more — all in your browser.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f8fafc",
  "theme_color": "#6366f1",
  "categories": ["productivity", "utilities", "developer tools"],
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Pinitols home page with all tool categories"
    },
    {
      "src": "/screenshot-qr-generator.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "QR Generator with customizable colors and download options"
    },
    {
      "src": "/screenshot-tool.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "EMI Calculator with loan inputs and amortization schedule"
    },
    {
      "src": "/screenshot-json-formatter.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "JSON Formatter with input editor and formatted output"
    },
    {
      "src": "/screenshot-password-generator.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Password Generator with strength meter and customizable options"
    },
    {
      "src": "/screenshot-home.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "Pinitols home page with all tool categories"
    },
    {
      "src": "/screenshot-qr-generator.svg",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "QR Generator with customizable colors and download options"
    },
    {
      "src": "/screenshot-tool.svg",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "EMI Calculator with loan inputs and amortization schedule"
    },
    {
      "src": "/screenshot-json-formatter.svg",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "JSON Formatter with input editor and formatted output"
    },
    {
      "src": "/screenshot-password-generator.svg",
      "sizes": "750x1334",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Password Generator with strength meter and customizable options"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Age Calculator",
      "short_name": "Age Calc",
      "description": "Calculate exact age from date of birth",
      "url": "/tool/age-calculator",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "QR Generator",
      "short_name": "QR",
      "description": "Generate QR codes from text or URLs",
      "url": "/tool/qr-generator",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Password Generator",
      "short_name": "Password",
      "description": "Generate secure passwords",
      "url": "/tool/password-generator",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "JSON Formatter",
      "short_name": "JSON",
      "description": "Format and validate JSON data",
      "url": "/tool/json-formatter",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
