{
  "name": "EDSPiKE -  Advanced LMS & School Management System",
  "short_name": "EDSPiKE",
  "description": "",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "*.edspike.com"
    }
  ],
  "display": "fullscreen",
  "orientation": "any",
  "display_override": [
    "fullscreen",
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "background_color": "#000",
  "theme_color": "#000",
  "categories": [
    "education",
    "productivity",
    "business"
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+edspike",
      "url": "/?resource=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "application/msword": [
          ".doc"
        ],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ],
        "text/plain": [
          ".txt"
        ],
        "application/vnd.ms-excel": [
          ".xls"
        ],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            ".pdf",
            ".doc",
            ".docx",
            ".txt"
          ]
        }
      ]
    }
  },
  "note_taking": {
    "new_note_url": "/"
  },
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/edslogo.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/edslogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
