My Own Passphrase

My Own Passphrase

My Own Passphrase is the easiest passphrase generator you can find around. It's as easy to use as 1-2-3: just open the extension and it will generate a fresh new passphrase for your security needings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "My Own Passphrase",
  "version": "1.0.1",
  "description": "My Own Passphrase is the easiest passphrase generator you can find around. It's as easy to use as 1-2-3: just open the extension and it will generate a fresh new passphrase for your security needings.",
  "manifest_version": 3,
  "author": "The ZipGenius Team",
  "homepage_url": "https://www.myownpassphrase.com",
  "action": {
    "default_popup": "popup.html",
    "default_title": "My Own Passphrase - Click to get a new passphrase: it will be automatically copied to clipboard.",
    "default_icon": {
      "16": "favicon16.png",
      "32": "favicon32.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3a3d59b2-bf0c-4876-b3ac-40d88cf145d4}",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}