summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
}