{
  "name": "AL Consoles & Accessories",
  "short_name": "AL Consoles",
  "id": "./index.html",
  "description": "PlayStation services, jailbreak games, repairs, cleaning, accessories, and PlayStation buy & sell.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0070cc",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",

  "categories": [
    "games",
    "shopping",
    "business"
  ],

  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Jailbreak Games",
      "short_name": "Games",
      "description": "Browse the available PS4 jailbreak games.",
      "url": "./games.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact AL Consoles",
      "short_name": "Contact",
      "description": "Contact AL Consoles & Accessories.",
      "url": "./index.html#contact",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}