My StartPage Firefox

Examine source code of My StartPage

By: YouWeb
Inspect and view changes in My StartPage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "My StartPage",
  "description": "This extension automatically sets MyStartPage.net as your homepage and new tab page.",
  "manifest_version": 2,
  "version": "1.0.6resigned1",
  "homepage_url": "https://mystartpage.net",
  "icons": {
    "16": "favicon.png",
    "32": "icon32.png",
    "48": "icon48.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0",
      "id": "{8d5dadd4-fd1c-48b3-a60b-8ca3d76216b0}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "My StartPage",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.mystartpage.net/*"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}

Best My StartPage Alternatives

Here are some Firefox add-ons that are similar to My StartPage: