BetterNews

BetterNews

By clicking "Add to chrome", I accept and agree to installing the BetterNews Chrome extension and setting Chrome™ New Tab to that…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_title": "Open New Tab"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    "newtab.html"
  ],
  "permissions": [
    "notifications"
  ],
  "manifest_version": 2,
  "name": "BetterNews",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.2"
}