{
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "icons": [
    {
      "purpose": "maskable",
      "sizes": "512x512",
      "src": "icon512_maskable.png",
      "type": "image/png"
    },
    {
      "purpose": "any",
      "sizes": "512x512",
      "src": "icon512_rounded.png",
      "type": "image/png"
    }
  ],
  "orientation": "landscape",
  "display": "fullscreen",
  "dir": "ltr",
  "lang": "vi",
  "name": "SkyStoreHouse App",
  "short_name": "SH App",
  "start_url": "/",
  "id": "/",
  "display_override": [
    "window-controls-overlay",
    "browser"
  ],

  "shortcuts": [
    {
      "name": "SH App",
      "short_name": "SH App",
      "description": "SH App",

      "icons": [
        {
          "sizes": "512x512",
          "src": "icon512_rounded.png"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 600
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing, auto"]
  },
  "categories": ["business"],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title"
    }
  },
  "prefer_related_applications": true,
  "protocol_handlers": [
    {
      "protocol": "web+music",
      "url": "/play?track=%s"
    }
  ],
  "widgets": [
    {
      "tag": "pwamp",
      "name": "SH App",
      "type": "application/json",
      "template": "pwamp-template",
      "description": "SkyStorehouse App",
      "data": "widgets/mini-player-data.json",
      "ms_ac_template": "widgets/mini-player-template.json",
      "screenshots": [
        {
          "label": "SH App",
          "sizes": "512x512",
          "src": "icon512_rounded.png"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],

  "file_handlers": [
    {
      "action": "/open-pdf",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "icons": [
        {
          "sizes": "512x512",
          "src": "icon512_maskable.png",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}
