Migrate to manifest v3

This commit is contained in:
2023-12-10 11:15:53 +03:00
parent 4089f640ea
commit 91f1833534
18 changed files with 1141 additions and 1138 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vk-mute",
"version": "1.0.0",
"version": "1.5.0",
"description": "Заглушить собеседника в беседе в ВК. 🔇",
"main": "src/dom/main.js",
"scripts": {
@@ -11,8 +11,8 @@
"type": "git",
"url": "git+https://github.com/anatolykopyl/vk-mute.git"
},
"author": "",
"license": "ISC",
"author": "Anatoly Kopyl <hi@kopyl.dev>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/anatolykopyl/vk-mute/issues"
},
@@ -23,6 +23,7 @@
"babel-loader": "^8.3.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.2",
"style-loader": "^1.1.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.2"