From 8be2a4ce0fc41e167a07420bd7f475eedb077cb8 Mon Sep 17 00:00:00 2001 From: nzambello Date: Sun, 8 Mar 2020 12:33:01 +0100 Subject: [PATCH] fix styles and added info in manifest and html --- public/index.html | 4 ++-- public/manifest.json | 10 ++++++---- src/App.css | 3 ++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index aa069f2..b46018b 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - React App + TimeConvert diff --git a/public/manifest.json b/public/manifest.json index ffdb18c..5ecf1c2 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,14 +1,16 @@ { "manifest_version": 2, - "version": "1.0", - "name": "Convert time to h", + "version": "0.1.0", + "name": "TimeConvert", + "description": "Convert time to h", "icons": { "192": "logo192.png", "512": "logo512.png" }, "browser_action": { "default_icon": "logo192.png", - "default_title": "Converttime", - "default_popup": "index.html" + "default_title": "TimeConvert", + "default_popup": "index.html", + "browser_style": true } } diff --git a/src/App.css b/src/App.css index 998707a..d24a4b7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,5 @@ .App { - /* padding: 1rem; */ + padding: 1rem; } .App * { @@ -10,6 +10,7 @@ h1 { font-size: 36px; font-weight: 300; color: #0c0c0d; + margin-top: 0; } .browser-style button.browser-style {