{
  "name": "acm",
  "short_name": "acm",
  "description": "acm",
  "background_color": "#ffffff",
  "dir": "ltr",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/acm",
  "start_url": "/acm",
  "useWebmanifestExtension": false,
  "theme_color": "#ffffff",
  "categories": [
    "productivity",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homescreen of acm App"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "List of acm Resources available in acm App"
    }
  ],
  "icons": [
    {
      "src": "/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [],
  "display_override": [
    "standalone",
    "browser"
  ]
}