{
  "description": "Pyrion",
  "shortcuts": [
    {
      "name": "The name you would like to be displayed for your shortcut",
      "url": "The url you would like to open when the user chooses this shortcut. This must be a URL local to your PWA. For example: If my start_url is /, this URL must be something like /shortcut",
      "description": "A description of the functionality of this shortcut"
    }
  ],
  "short_name": "Pyrion",
  "name": "Pyrion",
  "icons": [
    {
      "src": "maskable-icon.png",
      "sizes": "48x48 72x72 96x96 144x144 192x192 512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "theme_color": "#111a24",
  "background_color": "#111a24",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display": "standalone",
  "scope": "/",
  "serviceworker": {
    "src": "service-worker.js"
  }
}
