]> git.r.bdr.sh - rbdr/junction/blobdiff - extension/manifest.json
Inject script only once
[rbdr/junction] / extension / manifest.json
index 3274b0058678d5692f3c7d59ce36491ec64b44cb..d138f67efd078ef39636fd113f03bfc324a0a2d1 100644 (file)
@@ -4,16 +4,14 @@
   "version": "1.0.0",
   "description": "Jump into an audio call on any URL",
 
-  "permissions": [
-    "activeTab"
-  ],
+  "permissions": ["activeTab"],
 
   "icons": {
     "48": "icons/junction.png"
   },
 
   "background": {
-    "scripts": ["build/junction.js"]
+    "scripts": ["junction.js"]
   },
 
   "browser_action": {
@@ -23,7 +21,5 @@
     }
   },
 
-  "web_accessible_resources": [
-    "sounds/tada.wav"
-  ]
+  "web_accessible_resources": ["sounds/tada.wav"]
 }