News Break - Local Headlines & Breaking News

News Break - Local Headlines & Breaking News

Trusted by 20M users and growing - the best local & breaking news source in the US, featuring local weather, alerts and events

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "News Break - Local Headlines & Breaking News",
  "version": "0.3",
  "description": "Trusted by 20M users and growing - the best local & breaking news source in the US, featuring local weather, alerts and events",
  "icons": {
    "16": "news_icon16.png",
    "48": "news_icon48.png",
    "128": "news_icon128.png"
  },
  "browser_action": {
    "default_title": "News Break",
    "default_icon": "news_icon48.png",
    "default_popup": "feed.html"
  },
  "permissions": [
    "https://www.newsbreak.com/*"
  ],
  "homepage_url": "https://www.newsbreak.com",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "content_security_policy": "img-src 'self' https://*; script-src 'self'; connect-src https://*; object-src https://www.newsbreak.com/*;frame-src data:"
}