summaryrefslogtreecommitdiff
path: root/misc/chrome/gophertool/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'misc/chrome/gophertool/manifest.json')
-rw-r--r--misc/chrome/gophertool/manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/chrome/gophertool/manifest.json b/misc/chrome/gophertool/manifest.json
new file mode 100644
index 000000000..a8de8dfd2
--- /dev/null
+++ b/misc/chrome/gophertool/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Hacking Gopher",
+ "version": "1.0",
+ "description": "Go Hacking utility",
+ "browser_action": {
+ "default_icon": "gopher.png",
+ "popup": "popup.html"
+ },
+ "permissions": [
+ "tabs"
+ ]
+}