JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
blank new-tab page
authorJason Woofenden <jason@jasonwoof.com>
Sun, 9 Oct 2011 18:17:22 +0000 (14:17 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sun, 9 Oct 2011 18:17:22 +0000 (14:17 -0400)
blank_ntp/blank.html [new file with mode: 0644]
blank_ntp/manifest.json [new file with mode: 0644]

diff --git a/blank_ntp/blank.html b/blank_ntp/blank.html
new file mode 100644 (file)
index 0000000..48093d0
--- /dev/null
@@ -0,0 +1,2 @@
+<!DOCTYPE html>
+<html><head><title>Untitled</title></head><body></body></html>
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"
+  }
+}