{
  "id": "/",
  "name": "Script Tick - Live Nifty 50, Gift Nifty and US Markets",
  "short_name": "Script Tick",
  "description": "Live Nifty 50, Gift Nifty, MCX Gold, Silver, USD/INR and US Markets on one screen. Free, no login.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "any",
  "lang": "en-IN",
  "dir": "ltr",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Stock Search",
      "short_name": "Stocks",
      "description": "Search an NSE stock quote",
      "url": "/dashboard.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "SIP Calculator",
      "short_name": "SIP",
      "description": "Calculate SIP returns",
      "url": "/sip-calculator.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "EMI Calculator",
      "short_name": "EMI",
      "description": "Loan EMI calculator",
      "url": "/emi-calculator.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "FD Calculator",
      "short_name": "FD",
      "description": "Fixed deposit calculator",
      "url": "/fd-calculator.html",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "categories": ["finance", "utilities"],
  "prefer_related_applications": false
}
