Lively4 Loader

Lively4 Loader

Loads the Lively 4 system into any website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lively4 Loader",
  "description": "Loads the Lively 4 system into any website",
  "version": "0.2.7",
  "browser_action": {
    "default_icon": "background/media/icon-active.png",
    "default_popup": "ui/popup.html"
  },
  "background": {
    "scripts": [
      "configs.js",
      "background/eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content/thirdparty/jquery.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}