TechNews

TechNews

TechNews brings you the latest and greatest tech news of the day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TechNews",
  "version": "1.0.6",
  "description": "TechNews brings you the latest and greatest tech news of the day.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://us-central1-linkedbbapp.cloudfunctions.net https://www.google-analytics.com https://cdn.carbonads.com https://srv.carbonads.net 'unsafe-eval'; object-src 'self'"
}