aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..b50d7cb
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,12 @@
+{
+ "manifest_version": 2,
+
+ "name": "Come on GitHub JavaScript",
+ "description": "Run GitHub JavaScript on old browsers.",
+ "version": "0.0.1",
+
+ "permissions": [
+ "webRequest",
+ "https://*.github.com/"
+ ]
+}