summaryrefslogtreecommitdiff
path: root/manifest.json
blob: 9eca6835a5b746955f27208c357bcd0e2ece3b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "manifest_version": 2,

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

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

  "icons": {
    "48": "icon/clock48.png",
    "128": "icon/clock128.png"
  },

  "options_page": "options.html",

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