Files
uTab/manifest.json
2025-04-18 19:49:42 -04:00

27 lines
559 B
JSON

{
"manifest_version": 3,
"name": "Custom New Tab",
"version": "0.0.1",
"description": "Customizable new tab page with background and search",
"chrome_url_overrides": {
"newtab": "frontend/utab.html"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"optional_permissions": [],
"host_permissions": [
"https://zenquotes.io/*"
],
"icons": {
"128": "icon.png"
},
"incognito": "split",
"browser_specific_settings": {
"gecko": {
"id": "addon@example.com",
"strict_min_version": "58.0"
}
}
}