aboutsummaryrefslogtreecommitdiff
path: root/crumb_extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'crumb_extension/manifest.json')
-rw-r--r--crumb_extension/manifest.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/crumb_extension/manifest.json b/crumb_extension/manifest.json
new file mode 100644
index 0000000..1895b57
--- /dev/null
+++ b/crumb_extension/manifest.json
@@ -0,0 +1,10 @@
+{
+ "manifest_version": 3,
+ "name": "Crumb",
+ "version": "0.1",
+ "description": "Local history tracker that sends visit logs to a local server.",
+ "permissions": ["tabs", "history"],
+ "background": {
+ "service_worker": "background.js"
+ }
+} \ No newline at end of file