StartTree Firefox

Examine source code of StartTree

By: Mnmk
Inspect and view changes in StartTree source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StartTree",
  "version": "1.1",
  "description": "A minimal tree-style start page for Firefox",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "StartTree Settings"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "starttree-newtab@mekaeel",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best StartTree Alternatives

Here are some Firefox add-ons that are similar to StartTree: