Strong Password Generator

Strong Password Generator

Generate strong password for the most secure.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Strong Password Generator",
  "version": "1.1.1",
  "manifest_version": 2,
  "description": "Generate strong password for the most secure.",
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon24.png",
      "38": "images/icon48.png"
    },
    "default_title": "Strong Password Generator",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "http://*/",
    "https://*/"
  ]
}