First refactor without AI

This commit is contained in:
Your Name
2025-03-15 18:32:10 -04:00
commit ab5380a399
25 changed files with 1661 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"manifest_version": 3,
"name": "Custom New Tab",
"version": "1.0.0",
"description": "Customizable new tab page with background and search",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon.png"
}
}