World News

World News

News from Around The World

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "World News",
  "label": "World News",
  "description": "News from Around The World",
  "version": "1.1",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "browser_action": {
    "default_title": "News Now",
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "web_accessible_resources": [
    "128.png"
  ]
}