{
  "name": "Nepali Smart Hub — Nepal's All-in-One Digital Portal",
  "short_name": "Smart Hub",
  "description": "Real-time market data, AI news, tools, rashifal, government services — all in one place for Nepalis",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fafaf9",
  "theme_color": "#15803d",
  "categories": ["news", "utilities", "productivity", "tools"],
  "prefer_related_applications": false,
  
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/assets/screenshot-mobile-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homepage"
    },
    {
      "src": "/assets/screenshot-mobile-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "News Feed"
    }
  ],

  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Read the latest AI & tech news",
      "url": "/news.php",
      "icons": [
        {
          "src": "/assets/shortcut-news.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Tools & Calculators",
      "short_name": "Tools",
      "description": "Access calculators and converters",
      "url": "/tools.php",
      "icons": [
        {
          "src": "/assets/shortcut-tools.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Rashifal",
      "short_name": "Horoscope",
      "description": "Check your daily horoscope",
      "url": "/rashifal.php",
      "icons": [
        {
          "src": "/assets/shortcut-rashifal.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Emergency Contacts",
      "short_name": "Emergency",
      "description": "Emergency numbers and hospitals",
      "url": "/emergency.php",
      "icons": [
        {
          "src": "/assets/shortcut-emergency.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
