OwnCloud Passwords Client Firefox

Examine source code of OwnCloud Passwords Client

By: IzK666
Inspect and view changes in OwnCloud Passwords Client source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OwnCloud Passwords Client",
  "short_name": "OC Passwords",
  "version": "1.92",
  "description": "Access your Owncloud Passwords.",
  "icons": {
    "128": "images/icon_grey.png"
  },
  "background": {
    "scripts": [
      "background/background.js",
      "background/functions.js",
      "background/api.js",
      "background/url.js",
      "background/TLD.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_grey.png",
    "default_popup": "app/main.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "https://*/",
    "activeTab",
    "alarms",
    "clipboardWrite",
    "notifications",
    "storage",
    "tabs"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      }
    }
  }
}

Best OwnCloud Passwords Client Alternatives

Here are some Firefox add-ons that are similar to OwnCloud Passwords Client: