check in dist for testing

This commit is contained in:
Your Name
2025-04-18 19:51:20 -04:00
parent 4975dea12a
commit 94a822b782
11 changed files with 556 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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"
}
}
}