diff --git a/manifest.json b/manifest.json index 56c74b3..5526872 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,15 @@ -{ - "name": "Gitanest", - "description": "gives Bhagavad Gita Slok whenever you click it!", - "version": "21.10.1.1", - "manifest_version": 2, - - "browser_action": { - "default_popup": "popup.html", - "default_icon": "logo.png" - }, - "icons": { - "128": "logo.png" - }, - "permissions": ["activeTab"] -} +{ + "name": "Gitanest", + "description": "gives Bhagavad Gita Slok whenever you click it!", + "version": "21.10.1.1", + "manifest_version": 2, + + "browser_action": { + "default_popup": "popup.html", + "default_icon": "logo.png" + }, + "icons": { + "128": "logo.png" + }, + "permissions": ["activeTab"] +} diff --git a/popup.html b/popup.html index d073686..4ef084e 100644 --- a/popup.html +++ b/popup.html @@ -1,17 +1,17 @@ - - -
- - - -slok is loading...
-It's chapter number.verse number and meaning are :-
-loading...
- - - - + + + + + + +slok is loading...
+It's chapter number.verse number and meaning are :-
+loading...
+ + + + diff --git a/style.css b/style.css index 7c2e9f9..bdde599 100644 --- a/style.css +++ b/style.css @@ -1,27 +1,27 @@ -body { - width: 750px; - height: 350px; - background-color: aliceblue; - display: flex; - justify-content: center; -} - -p { - display: inner-flex; - margin: auto 10px; - font-size: 25px; - color: blue; - border-radius: 10px; - border: 1px solid lightblue; - padding: 10px; -} - -#sp, -#mp { - font-weight: bold; -} - -.footer { - position: fixed; - bottom: 0; -} +body { + width: 750px; + height: 350px; + background-color: aliceblue; + display: flex; + justify-content: center; +} + +p { + display: inner-flex; + margin: auto 10px; + font-size: 25px; + color: blue; + border-radius: 10px; + border: 1px solid lightblue; + padding: 10px; +} + +#sp, +#mp { + font-weight: bold; +} + +.footer { + position: fixed; + bottom: 0; +}