{
  "id": "/",
  "name": "AwesomeCalcs",
  "short_name": "AwesomeCalcs",
  "description": "Free calculators for Indian personal finance: SIP, PPF, EMI, FD, FIRE, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "en-IN",
  "categories": ["finance", "productivity", "utilities"],

  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "750x1336",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "2992x1716",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "SIP Calculator",
      "short_name": "SIP",
      "url": "/sip-calculator",
      "icons": [
        {
          "src": "/shortcuts/sip-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "EMI Calculator",
      "short_name": "EMI",
      "url": "/emi-calculator",
      "icons": [
        {
          "src": "/shortcuts/emi-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "FD Calculator",
      "short_name": "FD",
      "url": "/fd-calculator",
      "icons": [
        {
          "src": "/shortcuts/fd-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "RD Calculator",
      "short_name": "RD",
      "url": "/rd-calculator",
      "icons": [
        {
          "src": "/shortcuts/rd-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
