summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 06:47:10 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 06:57:14 -0700
commitfd37abfe0ecfb4126f3c9b2cb8148f74fa17e97e (patch)
treeba6beb0014d184fc49652dd04a26b78c6973990f /manifest.json
parentee0e4763c44ac38c05c92900f6c1b9d3e2d26069 (diff)
downloadtempo-fd37abfe0ecfb4126f3c9b2cb8148f74fa17e97e.tar.gz
tempo-fd37abfe0ecfb4126f3c9b2cb8148f74fa17e97e.tar.xz
bloody spaces
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json40
1 files changed, 19 insertions, 21 deletions
diff --git a/manifest.json b/manifest.json
index b8ba7a5..281f88c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,27 +1,25 @@
{
- "manifest_version": 2,
+ "manifest_version": 2,
- "name": "Tempo",
- "version": "0.5",
+ "name": "Tempo",
+ "version": "0.6",
+ "description": "Replace new tab page with a clock.",
- "description": "Replace the New Tab page with a time display.",
+ "icons": {
+ "16": "icon/clock16.png",
+ "48": "icon/clock48.png",
+ "128": "icon/clock128.png"
+ },
- "icons": {
- "16": "icon/clock16.png",
- "48": "icon/clock48.png",
- "128": "icon/clock128.png"
- },
+ "options_ui": {
+ "page": "options.html",
+ "browser_style": true
+ },
- "options_ui": {
- "page": "options.html",
- "browser_style": true
- },
-
- "chrome_settings_overrides": {
- "homepage": "tempo.html"
- },
-
- "chrome_url_overrides": {
- "newtab": "tempo.html"
- }
+ "chrome_settings_overrides": {
+ "homepage": "tempo.html"
+ },
+ "chrome_url_overrides": {
+ "newtab": "tempo.html"
+ }
}