Skip to content

Commit 5365ee0

Browse files
authored
Merge pull request #19 from jbl0ndie/jbl0ndie-update-manifest
Update manifest to V3
2 parents 1bc9f7e + 2f2889b commit 5365ee0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

manifest.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33

44
"name": "Zoom Closer",
55
"description": "This extension automatically closes the launched window from Zoom meetings.",
6-
"version": "1.6",
6+
"version": "1.7",
77

88
"icons": {
99
"16": "assets/icon-16.png",
@@ -12,9 +12,7 @@
1212
},
1313

1414
"background": {
15-
"scripts": [
16-
"background.js"
17-
]
15+
"service_worker": "service_worker.js"
1816
},
1917

2018
"content_scripts": [

background.js service_worker.js

File renamed without changes.

0 commit comments

Comments
 (0)