Tech News Go

Tech News Go

Open a new tab with today's tech news and a custom search box

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tech News Go",
  "description": "Open a new tab with today's tech news and a custom search box",
  "version": "1.01",
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_icon": "icon/48.png"
  },
  "content_security_policy": "script-src 'self' https://static.elfsight.com https://apps.elfsight.com; object-src 'self'"
}