Skip to content

Commit ead5e95

Browse files
authored
Merge pull request #9 from AlexInABox/dev
fix chromium extensions serviceworker register
2 parents 3a9c181 + 0aa83b7 commit ead5e95

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

platform/chromium/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "CursorConnect",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Real-time cursor interaction for a more connected browsing experience.",
55
"permissions": [
66
"storage",
77
"activeTab",
88
"webNavigation"
99
],
1010
"background": {
11-
"service_worker": [
12-
"serviceWorker.js"
13-
]
11+
"service_worker": "serviceWorker.js"
1412
},
1513
"content_scripts": [
1614
{

platform/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CursorConnect",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Real-time cursor interaction for a more connected browsing experience.",
55
"browser_specific_settings": {
66
"gecko": {

0 commit comments

Comments
 (0)