Clear New Tab Firefox

Examine source code of Clear New Tab

Inspect and view changes in Clear New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "5.10.2",
  "name": "Clear New Tab",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "icons": {
    "16": "icon16_monchrome.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "19": "icon19.png",
      "32": "icon32.png",
      "64": "icon64.png"
    }
  },
  "permissions": [
    "https://clients2.google.com/*",
    "https://clients2.googleusercontent.com/*",
    "https://chrome.google.com/webstore/*"
  ],
  "optional_permissions": [
    "clipboardRead",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "env.js",
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "clear-new-tab@loftyshaky",
      "strict_min_version": "55.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chrome.google.com/webstore/*"
      ],
      "js": [
        "env.js",
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ]
}

Best Clear New Tab Alternatives

Here are some Firefox add-ons that are similar to Clear New Tab: