Examine source code of 2net דף הבית

Inspect and view changes in 2net דף הבית source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "2net דף הבית",
  "description": "תוסף זה מגדיר את טו-נט כדף הבית בדפדפן כרום, ובנוסף מציג אייקון עם קישור לאתר טו-נט.",
  "version": "2.0.8",
  "background": {
    "service_worker": "index.js"
  },
  "icons": {
    "64": "icons/2net_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.2net.co.il/*"
      ],
      "js": [
        "notifyPresence.js"
      ]
    }
  ],
  "action": {},
  "chrome_settings_overrides": {
    "homepage": "https://www.2net.co.il/",
    "startup_pages": [
      "https://www.2net.co.il/"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}