SecureOS Guardian Firefox

Examine source code of SecureOS Guardian

Inspect and view changes in SecureOS Guardian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SecureOS Guardian",
  "version": "1.0",
  "description": "Reminds users to install important security patches for their operating system.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "secureos-guardian@example.com"
    }
  }
}

Best SecureOS Guardian Alternatives

Here are some Firefox add-ons that are similar to SecureOS Guardian: