A New HOMEpage Firefox

Examine source code of A New HOMEpage

Inspect and view changes in A New HOMEpage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "A New HOMEpage",
  "short_name": "a_new_home",
  "version": "1.1",
  "author": "Daniel Prętki",
  "description": "This extension replaces your browser's new page and home page which presents your links as a clean, simple list.",
  "icons": {
    "96": "src/icons/logo-96.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/index.html"
  },
  "browser_action": {
    "default_popup": "src/tool-bar-popup.html",
    "default_title": "Quickly add current page to bookmarks",
    "default_icon": {
      "48": "src/icons/logo-48.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{69e209bf-d45c-4748-98b9-1b404caa78ad}"
    }
  }
}

Best A New HOMEpage Alternatives

Here are some Firefox add-ons that are similar to A New HOMEpage: