We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a9c181 + 0aa83b7 commit ead5e95Copy full SHA for ead5e95
platform/chromium/manifest.json
@@ -1,16 +1,14 @@
1
{
2
"name": "CursorConnect",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Real-time cursor interaction for a more connected browsing experience.",
5
"permissions": [
6
"storage",
7
"activeTab",
8
"webNavigation"
9
],
10
"background": {
11
- "service_worker": [
12
- "serviceWorker.js"
13
- ]
+ "service_worker": "serviceWorker.js"
14
},
15
"content_scripts": [
16
platform/firefox/manifest.json
@@ -1,6 +1,6 @@
"browser_specific_settings": {
"gecko": {
0 commit comments