summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 81c35eeb4068e3b2898c89ab96bfe44f484ad71d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "manifest_version": 2,

  "name": "Tempo",
  "version": "0.1",

  "description": "Replace the New Tab page with a time display.",

  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}