Examine source code of 24infonews.live

Inspect and view changes in 24infonews.live 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": 2,
  "name": "24infonews.live",
  "author": "ExAdChange LTD",
  "version": "1.1.7",
  "description": "Get the latest news from 24infonews.live every time you open a new tab.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{50f377be-3aa6-4fba-ad13-811ba23df1fd}"
    }
  },
  "background": {
    "scripts": [
      "assets/background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "28": "icon28.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "28": "icon28.png",
      "48": "icon48.png",
      "96": "icon96.png",
      "128": "icon128.png"
    },
    "default_title": "Search with 24infonews.live",
    "default_popup": "popup.html",
    "browser_style": true
  },
  "chrome_url_overrides": {
    "newtab": "options.html"
  }
}