Fea's password manager

Fea's password manager

pbkdf2 generating pwd

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fea's password manager",
  "version": "1.1",
  "description": "pbkdf2 generating pwd",
  "icons": {
    "16": "pmcp.png",
    "48": "pmcp48.png",
    "128": "pmcp128.png"
  },
  "browser_action": {
    "default_popup": "pmcp.html",
    "default_icon": "pmcp.png"
  },
  "permissions": [
    "activeTab"
  ]
}