NU.nl Nieuws Tab

NU.nl Nieuws Tab

NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NU.nl Nieuws Tab",
  "version": "2.2",
  "description": "NU.nl Nieuws Tab geeft het laatste nieuws bij het openenen van een nieuw tabblad!",
  "icons": {
    "16": "icons/nu16.png",
    "32": "icons/nu32.png",
    "48": "icons/nu48.png",
    "128": "icons/nu128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/_/chrome/newtab*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'"
}