Update version

This commit is contained in:
Achiya Elyasaf
2023-08-06 09:36:03 +03:00
parent 93b362ca3e
commit cc1b0986b9
5 changed files with 50 additions and 92 deletions

View File

@@ -5,7 +5,7 @@
},
"content_scripts": [
{
"js": ["scripts/jquery.js", "scripts/content.js", "scripts/utils.js"],
"js": ["scripts/jquery.js", "scripts/content.js"],
"matches": ["https://*.overleaf.com/project/*"]
}
],
@@ -36,8 +36,7 @@
}
},
"background": {
"service_worker": "scripts/service-worker.js",
"type": "module"
"service_worker": "scripts/service-worker.js"
},
"permissions": ["storage", "tabs"],
"manifest_version": 3,