Passwd: Team Password Manager

Passwd: Team Password Manager

Passwd remembers all your team's passwords for you. And stores them safely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.9bbabf65.png",
    "32": "icon32.plasmo.2375cdba.png",
    "48": "icon48.plasmo.622fcfe9.png",
    "64": "icon64.plasmo.40206e9e.png",
    "128": "icon128.plasmo.434c2b08.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.9bbabf65.png",
      "32": "icon32.plasmo.2375cdba.png",
      "48": "icon48.plasmo.622fcfe9.png",
      "64": "icon64.plasmo.40206e9e.png",
      "128": "icon128.plasmo.434c2b08.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.3.4",
  "author": "Ackee",
  "name": "Passwd: Team Password Manager",
  "description": "Passwd remembers all your team's passwords for you. And stores them safely.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting",
    "alarms"
  ],
  "background": {
    "service_worker": "background.5d812cf2.js"
  },
  "short_name": "Passwd Extension",
  "host_permissions": [
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/dots.png",
        "assets/styles/font.css",
        "assets/styles/reset.css"
      ],
      "matches": [
        "https://*/*"
      ]
    },
    {
      "resources": [
        "skeleton.css",
        "font.*.css",
        "reset.*.css"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.passwd.team/*",
      "http://localhost:3000/*"
    ]
  }
}