Password Reminder Firefox

Examine source code of Password Reminder

By: 1for88
Inspect and view changes in Password Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Reminder",
  "version": "1.0",
  "description": "Reminds you to change your passwords periodically.",
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8fd1c19a-6071-4753-81b8-201f89fc5c68}"
    }
  }
}

Best Password Reminder Alternatives

Here are some Firefox add-ons that are similar to Password Reminder: