« get me outta code hell

interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/native-app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'native-app/manifest.json')
-rw-r--r--native-app/manifest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/native-app/manifest.json b/native-app/manifest.json
new file mode 100644
index 0000000..73f90dd
--- /dev/null
+++ b/native-app/manifest.json
@@ -0,0 +1,7 @@
+{
+    "name": "interactive_bgm",
+    "description": "Adds background music to your browsing.",
+    "path": "/home/florrie/Documents/interactive-bgm/native-app/index.js",
+    "type": "stdio",
+    "allowed_extensions": ["interactive_bgm@florrie.ed1.club"]
+}