{
  "id": "/",
  "name": "OctoDecks by Mr Hope",
  "short_name": "OctoDecks",
  "description": "OctoDecks by Mr Hope — Access all your classroom tools and apps",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#3e637e",
  "theme_color": "#4a7eb4",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "My Library",
      "short_name": "Library",
      "description": "Open your saved decks",
      "url": "Application/AdaptiveToolkit/library.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New Deck",
      "short_name": "New Deck",
      "description": "Create a new slide deck",
      "url": "Application/AdaptiveToolkit/author.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Student Join",
      "short_name": "Join",
      "description": "Join a live lesson as a student",
      "url": "Application/AdaptiveToolkit/student.html",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
