{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "background_color": "#1a1a26",
  "description": "JavaScript learning platform. Free blogging tailored for developers.",
  "display": "standalone",
  "handle_links": "auto",
  "scope_extensions": [
    {
      "origin": "*.ijs.to"
    },
    {
      "origin": "ijs.to"
    }
  ],
  "name": "iJS.to",
  "orientation": "portrait",
  "short_name": "iJS",
  "start_url": "/",
  "theme_color": "#1a1a26",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui",
    "fullscreen",
    "browser"
  ],
  "dir": "ltr",
  "lang": "en",
  "shortcuts": [
    {
      "name": "Write an Article",
      "url": "/new-article",
      "description": "Write a new blog article"
    },
    {
      "name": "Create a Course",
      "url": "ijs.to/new-course/create",
      "description": "Start building a new course or tutorial"
    }
  ],
  "categories": [
    "education",
    "social"
  ],
  "icons": [
    {
      "src": "/touch-icon-36x36.png",
      "sizes": "36x36",
      "type": "image/png",
      "density": "0.75"
    },
    {
      "src": "/touch-icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "density": "1.0"
    },
    {
      "src": "/touch-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "density": "1.5"
    },
    {
      "src": "/touch-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "density": "2.0"
    },
    {
      "src": "/touch-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "density": "3.0"
    },
    {
      "src": "/touch-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "density": "4.0"
    },
    {
      "src": "/touch-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/touch-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
