My Little Password

My Little Password

Create password protected ZIP files

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Little Password",
  "description": "Create password protected ZIP files",
  "version": "0.3",
  "manifest_version": 2,
  "minimum_chrome_version": "42.0.2283.0",
  "permissions": [
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "icons": {
    "128": "images/icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}