Sticky Password manager & safe

Sticky Password manager & safe

Never forget a password again. Sticky Password manager saves them securely and types them for you as you browse. Automatically!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "8.8.6.1292",
  "description": "__MSG_appDesc__",
  "applications": {
    "gecko": {
      "id": "{ecb80162-dfbd-4d91-a8da-17b35ba4707a}",
      "strict_min_version": "50.0"
    }
  },
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "spFormElementPrototypeEx.js"
  ],
  "homepage_url": "https://www.stickypassword.com",
  "background": {
    "page": "spBackground.html"
  },
  "icons": {
    "16": "skin/logo16.png",
    "32": "skin/logo32.png",
    "48": "skin/logo48.png",
    "128": "skin/logo128.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "skin/logo16-disabled.png",
    "default_title": "Sticky Password",
    "default_popup": "spPopup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "spSettings.html"
  },
  "permissions": [
    "privacy",
    "tabs",
    "storage",
    "notifications",
    "nativeMessaging"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "spRequire.js",
        "spLog.js",
        "spStrings.js",
        "spFormElementPrototype.js",
        "spAutofillCore.js",
        "spBrowserSpecificTools.js",
        "spPageEventsMonitor.js",
        "spContent.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.stickypassword.com/*sp-autofillplugin-uninstall.html*",
        "file:///*spAutofill.xpi.uninstall.html"
      ],
      "js": [
        "spUninstallRedirect.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ]
}