SlamDunk Wallpaper New Tab Theme Firefox

Examine source code of SlamDunk Wallpaper New Tab Theme

By: Li Add-on
Inspect and view changes in SlamDunk Wallpaper New Tab Theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "build/icon_16.png",
      "24": "build/icon_24.png",
      "32": "build/icon_32.png"
    }
  },
  "background": {
    "scripts": [
      "build/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "build/icon_16.png",
    "24": "build/icon_24.png",
    "128": "build/icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "build/oh-new-tab.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "build/cs.js"
      ]
    }
  ],
  "permissions": [
    "background",
    "storage",
    "http://*/*",
    "https://*/*"
  ]
}

Best SlamDunk Wallpaper New Tab Theme Alternatives

Here are some Firefox add-ons that are similar to SlamDunk Wallpaper New Tab Theme: