An excellent new tab extension for your Edge browser with a Abstrax Tab theme.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Abstrax Tab",
"version": "1.0.0",
"description": "An excellent new tab extension for your Edge browser with a Abstrax Tab theme.",
"icons": {
"16": "assets/icons/16px.png",
"96": "assets/icons/96px.png",
"128": "assets/icons/128px.png"
},
"author": "Firearc Technologies Ltd",
"homepage_url": "https://www.abstractnewtab.com/",
"permissions": [
"cookies",
"storage",
"activeTab"
],
"host_permissions": [
"*://*.abstractnewtab.com/*"
],
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"background": {
"service_worker": "mainClass.js",
"type": "module"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}