World News

World News

Displays the latest news from around the world.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "World News",
  "version": "1.2",
  "description": "Displays the latest news from around the world.",
  "author": "Richie McMullen",
  "options_page": "options.html",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    "options.html",
    "images/icon16.png",
    "images/icon48.png",
    "images/icon128.png"
  ],
  "browser_action": {
    "default_title": "World News",
    "default_icon": "images/icon48.png",
    "default_popup": "world.html"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'"
}