Skip to content

Commit

Permalink
feat: Add extension icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Asha20 committed Dec 16, 2020
1 parent 7ef7296 commit 71a158b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added src/assets/icon128.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 src/assets/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"manifest_version": 2,
"name": "Reddit Code Highlight",
"description": "Applies syntax highlighting to code blocks on Reddit.",
"version": "0.0.0",

"description": "Applies syntax highlighting to code blocks on Reddit.",
"icons": {
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},

"content_scripts": [
{
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module.exports = function (_, argv) {
from: "src/content_scripts/index.css",
to: "content_scripts/index.css",
},
{ from: "src/assets", to: "assets" },
],
}),

Expand Down

0 comments on commit 71a158b

Please sign in to comment.