Save my Password

Save my Password

On some pages, Firefox won't ask you to store your login information. Using this add-on you can force Firefox to remember your password! This add-on is NOT a password manager!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.9",
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "browser_action": {
    "default_icon": {
      "128": "128.png"
    }
  },
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background_smp.js"
    ]
  },
  "permissions": [
    "menus",
    "scripting",
    "activeTab"
  ],
  "web_accessible_resources": [
    "128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]_SaveMyPassword",
      "strict_min_version": "115.0"
    }
  }
}