Signet Firefox

Examine source code of Signet

Inspect and view changes in Signet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Signet",
  "author": "Nth Dimension LLC",
  "version": "0.1.2",
  "browser_action": {
    "default_icon": {
      "32": "icons/icon-32.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Signet",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webNavigation",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/autofill.js"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "59.0"
    }
  },
  "commands": {
    "login": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Login to current webpage"
    }
  }
}

Best Signet Alternatives

Here are some Firefox add-ons that are similar to Signet: