{
  "id": "/",
  "name": "StudentNija",
  "short_name": "StudentNija",
  "description": "Study Smarter. Score Higher",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#008751",
  "lang": "en",
  "dir": "ltr",

  "categories": [
    "education",
    "books",
    "social"
  ],

  "icons": [
    {
      "src": "/icons/android-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/android-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/windows-200.png",
      "sizes": "200x200",
      "type": "image/png"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StudentNija Home"
    },
    {
      "src": "/screenshots/public_chat.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StudentNija Public Chat"
    }
  ],

  "shortcuts": [
    {
      "name": "StudentNija Public Chat",
      "short_name": "SPC",
      "url": "/Public_Chat.html",
      "icons": [
        {
          "src": "/icons/icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "StudentNija Ai",
      "short_name": "SAI",
      "url": "/StudentNija_Ai.html",
      "icons": [
        {
          "src": "/icons/icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Credit Page",
      "short_name": "CP",
      "url": "/credit_page.html",
      "icons": [
        {
          "src": "/icons/icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}