PepperTab - Override new tab with cool widgets Firefox

Examine source code of PepperTab - Override new tab with cool widgets

Inspect and view changes in PepperTab - Override new tab with cool widgets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PepperTab",
  "short_name": "PepperTab",
  "description": "Replace your new tab page with awesome productivity widgets",
  "version": "1.9.5",
  "chrome_url_overrides": {
    "newtab": "./index.html"
  },
  "browser_action": {
    "default_title": "PepperTab - Open a new tab"
  },
  "offline_enabled": true,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "geolocation",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "*://peppertab.com/*",
    "*://content.googleapis.com/*"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "index.html"
  ],
  "icons": {
    "16": "assets/logo-16px.png",
    "48": "assets/logo-48px.png",
    "128": "assets/logo-128px.png"
  }
}

Best PepperTab - Override new tab with cool widgets Alternatives

Here are some Firefox add-ons that are similar to PepperTab - Override new tab with cool widgets: