Add extension manifest

This commit is contained in:
Idrees Hassan
2025-09-16 17:10:08 -04:00
parent ab33090eb6
commit a94cc92c52
6 changed files with 56 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"build": "node build.js",
"dev": "nodemon --watch birb.js --watch stylesheet.css --watch build.js --exec \"npm run build\""
"dev": "nodemon --watch birb.js --watch stylesheet.css --watch build.js --watch manifest.json --exec \"npm run build\""
},
"devDependencies": {
"nodemon": "^3.1.10"