Super News World Daily Videos

Super News World Daily Videos

View the Latest News Videos Daily. Free-to-watch videos daily in just 1-Click. News sources from All Youtube News channels, CNN, Fox News, MSNBC, NBC, ABC, CBS, CNBC, Fox Business. Addon uses 3rd party site (www.supernewsworld.com)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Super News World Daily News",
  "version": "1.1.9resigned1",
  "description": "Latest News Videos Daily",
  "author": "1ClickProduct",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "View Latest News",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "https://www.supernewsworld.com/"
  ],
  "background": {
    "scripts": [
      "popup/js/jquery-3.2.1.min.js",
      "popup/js/jquery.scrollbar.min.js",
      "popup/js/popup.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6171b786-21e5-4305-99ec-e98edc2a48fd}"
    }
  }
}