eranol - Free Password Manager

eranol - Free Password Manager

Free Password Manager for lifetime

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.3",
  "name": "eranol - Free Password Manager",
  "description": "Free Password Manager for lifetime",
  "author": "Lonare Ltd.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "minimum_chrome_version": "20",
  "permissions": [
    "tabs",
    "*://*/*",
    "https://www.eranol.com/"
  ],
  "short_name": "eranol",
  "browser_action": {
    "default_title": "My Vault",
    "default_popup": "source/popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "source/inject.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "source/inject.js"
      ]
    }
  ]
}