start-page Firefox

Examine source code of start-page

Inspect and view changes in start-page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "start-page",
  "description": "A minimal new tab start page",
  "version": "0.2.0",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "activeTab",
    "search",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "start-page@pruizlezcano",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_title": "Save bookmark",
    "default_popup": "popup.html"
  }
}

Best start-page Alternatives

Here are some Firefox add-ons that are similar to start-page: