JSLibCache

JSLibCache

A more dynamic version of Decentraleyes / LocalCDN where the Javascript libraries (and CSS / fonts) are downloaded once from the CDN and then stored locally forever.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "JSLibCache",
  "version": "0.0.21",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "__MSG_description__",
  "icons": {
    "128": "icon256.png"
  },
  "permissions": [
    "*://*/*",
    "storage",
    "activeTab",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "browser_style": false,
    "theme_icons": [
      {
        "dark": "icon256.png",
        "light": "icon256white.png",
        "size": 128
      }
    ]
  },
  "web_accessible_resources": [
    "resources/*"
  ]
}