Skip to content

Commit

Permalink
updated manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiAyodeji committed Dec 18, 2018
1 parent 475a5b3 commit 50483d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 253 deletions.
251 changes: 0 additions & 251 deletions assets/quotes.js

This file was deleted.

2 changes: 1 addition & 1 deletion css/app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('/css/font.css');
@import url('../css/font.css');
body {
background: #00ab66;
/* fallback for old browsers */
Expand Down
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"description": "inspireNuggets displays random inspiring techie quotes for developers/designers.",
"version": "1.8",
"author": "Bolaji Ayodeji",
"icons": {
"500": "img/chrome-icon.png"
},
"browser_action": {
"default_title": "Get inspired",
"default_icon": "img/chrome-icon.png",
Expand Down
2 changes: 1 addition & 1 deletion popup/popup.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('/css/font.css');
@import url('../css/font.css');
html,
body,
div,
Expand Down

0 comments on commit 50483d4

Please sign in to comment.