summaryrefslogtreecommitdiff
path: root/manifest.json
blob: b8ba7a5d0bea046b833b1750fa0dfbf2fed15295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "manifest_version": 2,

  "name": "Tempo",
  "version": "0.5",

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

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

  "options_ui": {
	  "page": "options.html",
	  "browser_style": true
  },

  "chrome_settings_overrides": {
    "homepage": "tempo.html"
  },

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