LZipped Local Storage

LZipped Local Storage

LZipped Local Storage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "LZipped Local Storage",
  "version": "0.2.2",
  "description": "LZipped Local Storage",
  "icons": {
    "16": "lzip16.png",
    "48": "lzip48.png",
    "128": "lzip128.png"
  },
  "devtools_page": "devtools.html",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "background",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "getstorage.js",
    "background.js"
  ]
}