Guten Pass: A Password Generator Firefox

Examine source code of Guten Pass: A Password Generator

By: Craig
Inspect and view changes in Guten Pass: A Password Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Guten Pass: A Password Generator",
  "version": "0.0.11",
  "manifest_version": 2,
  "description": "Guten Pass is a password generator (for browsers) using gutenberg texts as source material",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "https://gutenberg.org/",
    "https://www.gutenberg.org/",
    "http://gutenberg.org/",
    "http://www.gutenberg.org/",
    "storage",
    "unlimitedStorage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://gutenberg.org/*",
        "http://gutenberg.org/*",
        "https://www.gutenberg.org/*",
        "http://www.gutenberg.org/*"
      ],
      "js": [
        "js/page-gutenberg.js"
      ],
      "css": [
        "page-gutenberg.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Guten Pass",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "applications": {
    "gecko": {
      "id": "guten-pass-addon@kodespace.com"
    }
  }
}

Best Guten Pass: A Password Generator Alternatives

Here are some Firefox add-ons that are similar to Guten Pass: A Password Generator: