Goodnight> Add config UI WIP + framework libs
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user