NewsOJ — Hot News & Breaking News

NewsOJ — Hot News & Breaking News

Stay informed with the latest top stories and original headlines from around the world

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NewsOJ — Hot News & Breaking News",
  "version": "1.0",
  "description": "Stay informed with the latest top stories and original headlines from around the world",
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_title": "NewsOJ — Hot News & Breaking News",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}