{
  "name": "teacal",
  "short_name": "teacal",
  "description": "teacal helps schedule, track, and communicate lessons with students on any device.",
  "lang": "en",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0C1E32",
  "background_color": "#0C1E32",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/images/icons/apple-logo-iOS-Default-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-Default-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-Default-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-Dark-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-Dark-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-Dark-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearDark-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearDark-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearDark-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearLight-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearLight-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-ClearLight-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedDark-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedDark-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedDark-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedLight-128x128@1x.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedLight-256x256@1x.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-logo-iOS-TintedLight-512x512@1x.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "New Lesson",
      "short_name": "Lesson",
      "description": "Quickly create a lesson",
      "url": "/lessons/new"
    },
    {
      "name": "Students",
      "short_name": "Students",
      "description": "Jump straight to your students list",
      "url": "/students"
    }
  ],
  "prefer_related_applications": false
}
