JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
blank new-tab page
[userscripts.git] / blank_ntp / manifest.json
diff --git a/blank_ntp/manifest.json b/blank_ntp/manifest.json
new file mode 100644 (file)
index 0000000..671075e
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "name": "Blank new tab page",
+  "version": "0.1",
+  "incognito": "split",
+  "chrome_url_overrides": {
+    "newtab": "blank.html"
+  }
+}