Goodnight> Add config UI WIP + framework libs

This commit is contained in:
2025-11-11 02:25:43 -05:00
parent 326876343f
commit 9a67088031
10 changed files with 884 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
"name": "Notice Me Senpai",
"version": "1.0.0",
"description": "AI Job Application Assistant",
"homepage_url": "https://git.corrupt.link/liz/nms",
"icons": {
"32": "assets/logo-32.png"
},
@@ -14,5 +15,14 @@
},
"background": {
"scripts": ["background/background.js"]
}
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"permissions": [
"storage",
"activeTab",
"contextMenus"
]
}