{
  "name": "गाँव का लोन कैलकुलेटर",
  "short_name": "Loan Calculator",
  "description": "गाँव का लोन कैलकुलेटर एक सरल और तेज़ वेब ऐप है जिसकी मदद से आप लोन राशि, मासिक ब्याज, कुल ब्याज और कुल भुगतान की गणना आसानी से कर सकते हैं। यह कैलकुलेटर भारतीय उपयोगकर्ताओं के लिए बनाया गया है और मोबाइल व डेस्कटॉप दोनों पर बेहतरीन तरीके से काम करता है।",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f0f2f1",
  "theme_color": "#1b7f43",
  "lang": "hi",
  "dir": "ltr",
  "categories": [
    "finance",
    "utilities",
    "calculator"
  ],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}