lingxia-browser-shell 0.11.1

Browser shell product module and host registrations for LingXia
Documentation
{
  "appId": "app.lingxia.browser",
  "name": "LingXia Browser",
  "version": "1.2.0",
  "logic": false,
  "security": {
    "network": {
      "trustedDomains": [
        "*"
      ]
    },
    "privileges": []
  },
  "pages": [
    {
      "name": "newtab",
      "path": "pages/newtab/index.html"
    },
    {
      "name": "bookmarks",
      "path": "pages/bookmarks/index.html"
    },
    {
      "name": "history",
      "path": "pages/history/index.html"
    },
    {
      "name": "downloads",
      "path": "pages/downloads/index.html"
    },
    {
      "name": "settings",
      "path": "pages/settings/index.html"
    }
  ]
}