Skip to content

Commit

Permalink
Added: icons
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-kaack committed Jan 4, 2019
1 parent 246d01f commit 369c323
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
Binary file added icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"description": "Clippse a website to markdown",

"icons": {

"16": "/icons/favicon-16x16.png",
"32": "/icons/favicon-32x32.png",
"192": "/icons/favicon-192x192.png",
"512": "/icons/favicon-512x512.png"
},

"permissions": [
Expand All @@ -19,11 +22,17 @@
"browser_action": {

"default_title": "markdown-clipper",
"default_popup": "popup/clipSite.html"
"default_popup": "popup/clipSite.html",
"default_icon": {
"16": "/icons/favicon-16x16.png",
"32": "/icons/favicon-32x32.png"
}
},

"background": {
"scripts": ["background/turndown.js", "/background/Readability.js", "background/background.js"]
}



}

0 comments on commit 369c323

Please sign in to comment.