{
  "background_color": "#ffffff",
  "description": "Reboot lets you use just one account to sign into anywhere compatible. One key to everything. Reboot the way you sign in.",
  "dir": "ltr",
  "display": "standalone",
  "name": "Reboot",
  "orientation": "portrait",
  "scope": "/",
  "short_name": "Reboot",
  "start_url": "/",
  "theme_color": "#000000",
  "categories": [
    "productivity",
    "security",
    "utilities"
  ],
  "screenshots" : [
      {
        "src": "/assets/screenshot1.png",
        "sizes": "736x1638",
        "type": "image/png"
      },
      {
        "src": "/assets/screenshot2.png",
        "sizes": "736x1638",
        "type": "image/png"
      },
      {
        "src": "/assets/screenshot3.png",
        "sizes": "736x1638",
        "type": "image/png"
      },
      {
        "src": "/assets/screenshot4.png",
        "sizes": "736x1638",
        "type": "image/png"
      }
    ],
  "icons": [
    {
      "src": "/assets/maskable_icon_x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/assets/maskable_icon_x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Manage account",
      "url": "https://reboot.a1429.lol/accounts",
      "description": "Manage your account."
    },
    {
      "name": "Developer Console",
      "url": "https://reboot.a1429.lol/console",
      "description": "Create and manage applications."
    }
  ],
  "id": "/",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ]
}