Prep for addon signing

This commit is contained in:
2025-11-12 15:53:45 -05:00
parent 1eb30b4689
commit 4fc0210529
11 changed files with 356 additions and 10 deletions

19
addon/metadata.json Normal file
View File

@@ -0,0 +1,19 @@
{
"summary": {
"en-US": "Job application ML assistant tool with local LLM support"
},
"name": {
"en-US": "Notice Me Senpai"
},
"homepage": "https://git.corrupt.link/liz/nms",
"is_experimental": true,
"categories": [
"other"
],
"version": {
"license": "MPL-2.0",
"compatibility": [
"firefox"
]
}
}