Cleantainer Firefox

Examine source code of Cleantainer

Inspect and view changes in Cleantainer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "developer": {
    "name": "Ryan Young",
    "url": "https://github.com/YoRyan/Cleantainer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cleantainer@youngryan.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "browsingData",
    "contextualIdentities"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_area": "navbar",
    "theme_icons": [
      {
        "light": "img/cleantainer-lightdark.svg",
        "dark": "img/cleantainer-lightdark.svg",
        "size": 32
      }
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "48": "img/cleantainer.svg",
    "96": "img/cleantainer.svg"
  },
  "commands": {
    "clean-shortcut-1": {
      "suggested_key": {
        "default": "Alt+Shift+Delete",
        "mac": "Command+MacCtrl+Delete",
        "chromeos": "Alt+Shift+0"
      },
      "description": "__MSG_cleanShortcutShortcut1__"
    },
    "clean-shortcut-2": {
      "description": "__MSG_cleanShortcutShortcut2__"
    },
    "clean-shortcut-3": {
      "description": "__MSG_cleanShortcutShortcut3__"
    },
    "clean-shortcut-4": {
      "description": "__MSG_cleanShortcutShortcut4__"
    }
  }
}

Best Cleantainer Alternatives

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