Smarter Tab

Smarter Tab

Smarter Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Smarter Tab",
  "description": "Smarter Tab",
  "version": "1.0.0",
  "action": {
    "default_popup": "./html/action.html"
  },
  "chrome_url_overrides": {
    "newtab": "./html/smartertab.html"
  },
  "incognito": "split",
  "icons": {
    "48": "./icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}