{
  "name": "Heritage Manipur",
  "short_name": "Heritage",
  "description": "Explore Meitei Lineage, Calendar and Umang Lai heritage of Manipur.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#8b0000",

  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },

    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": [
    "education",
    "culture",
    "reference"
  ],

  "lang": "en",

  "shortcuts": [
    {
      "name": "Lineage",
      "short_name": "Lineage",
      "url": "./index.html#lineage",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Calendar",
      "short_name": "Calendar",
      "url": "./index.html#calendar",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },

    {
      "name": "Umang Lai",
      "short_name": "Umang Lai",
      "url": "./index.html#umang",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}