MyNewsFree

MyNewsFree

Get access to the latest news, breaking stories ,entertainment news, search for local news and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyNewsFree",
  "short_name": "MyNewsFree",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Get access to the latest news, breaking stories ,entertainment news, search for local news and more!",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_icon": "icons/48.png"
  }
}