summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:19:33 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:19:33 -0800
commitf99bf96235ba697862689ba82de94cf3617d0fb8 (patch)
tree5c68df69dc56493366db566b5b65cf1151ac0c3d
parent198e40ba5e1cd81f7f45b4c0caaa430c6fe8a074 (diff)
downloadtempo-f99bf96235ba697862689ba82de94cf3617d0fb8.tar.gz
tempo-f99bf96235ba697862689ba82de94cf3617d0fb8.tar.xz
Override New Tab page.
-rw-r--r--index.html1
-rw-r--r--manifest.json6
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..19b1e62
--- /dev/null
+++ b/index.html
@@ -0,0 +1 @@
+test.
diff --git a/manifest.json b/manifest.json
index b1ad732..81c35ee 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,5 +4,9 @@
"name": "Tempo",
"version": "0.1",
- "description": "Replace the New Tab page with a time display."
+ "description": "Replace the New Tab page with a time display.",
+
+ "chrome_url_overrides": {
+ "newtab": "index.html"
+ }
}