PageWerkz

PageWerkz is a proprietary new educational technology that offers a digital workbook eLearning platform.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PageWerkz",
  "description": "PageWerkz is a proprietary new educational technology that offers a digital workbook eLearning platform.",
  "version": "3.2.7",
  "manifest_version": 2,
  "permissions": [
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "fullscreen",
    "notifications",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "webview",
    "file:///*",
    "identity",
    "videoCapture"
  ],
  "sandbox": {
    "pages": [
      "sandbox/sqlite.html"
    ]
  },
  "icons": {
    "16": "assets/image/icon_16.png",
    "128": "assets/image/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "assets/js/platform/chrome/main.js"
      ]
    }
  }
}