Glyf

Glyf

A new tab with news

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "David Paulsson <[email protected]>",
  "name": "Glyf",
  "version": "1.0.7",
  "manifest_version": 2,
  "description": "A new tab with news",
  "permissions": [
    "management"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}