Brief Technology News

Brief Technology News

Keep up with technology news on your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Brief Technology News",
  "description": "Keep up with technology news on your new tab page.",
  "version": "2.0.0",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://briefapp.co/",
    "https://*.briefapp.co/*"
  ],
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}