Easy Start Page Firefox

Examine source code of Easy Start Page

By: zhuwang
Inspect and view changes in Easy Start Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Easy New Tab",
  "description": "只做新标签页书签管理,Only manage new tab bookmarks.",
  "version": "1.0.3.2",
  "version_name": "1.0.3.2",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "src/ui/newtab/index.html"
  },
  "devtools_page": "src/devtools/index.html",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/ui/setup/index.html",
        "src/ui/content-script-iframe/index.html",
        "src/ui/devtools-panel/index.html"
      ]
    }
  ],
  "icons": {
    "16": "src/assets/logo.png",
    "24": "src/assets/logo.png",
    "32": "src/assets/logo.png",
    "128": "src/assets/logo.png"
  },
  "author": "goodzhuwang@gmail.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "easy-start-page@dingdangbox.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  }
}

Best Easy Start Page Alternatives

Here are some Firefox add-ons that are similar to Easy Start Page: