From 6202cbde6223493730b31f9584f3df56916f58e7 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Sat, 23 Jun 2018 14:09:32 -0400 Subject: [PATCH] Add manifest.json --- spectabular/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 spectabular/manifest.json diff --git a/spectabular/manifest.json b/spectabular/manifest.json new file mode 100644 index 0000000..baf2b90 --- /dev/null +++ b/spectabular/manifest.json @@ -0,0 +1,7 @@ +{ + "manifest_version": 2, + "name": "Spectabular", + "description": "Your tabs, managed.", + "version": "2.0", + "permissions": ["tabs"] +}