]> git.r.bdr.sh - rbdr/junction/blobdiff - extension/manifest.json
Format and update docs
[rbdr/junction] / extension / manifest.json
index df3ecc4fe4b7231209ac8a234371d719a07ad7cf..d138f67efd078ef39636fd113f03bfc324a0a2d1 100644 (file)
@@ -4,9 +4,7 @@
   "version": "1.0.0",
   "description": "Jump into an audio call on any URL",
 
-  "permissions": [
-    "activeTab"
-  ],
+  "permissions": ["activeTab"],
 
   "icons": {
     "48": "icons/junction.png"
@@ -21,5 +19,7 @@
       "16": "icons/action-16.png",
       "32": "icons/action-32.png"
     }
-  }
+  },
+
+  "web_accessible_resources": ["sounds/tada.wav"]
 }