Skip to content

Commit

Permalink
fix: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sodeprecated committed Jun 24, 2021
1 parent 1e59ab5 commit fbfae1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
webpack.config.js
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"images/icon-light.svg"
],
"browser_action": {
"default_icon": "images/icon.png"
"default_icon": "images/inactive-icon.png",
"default_popup": "view/popup.html"
},
"icons":{
"16":"images/logo/logo16.png",
Expand Down
Empty file removed src/index.ts
Empty file.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"exclude": [
"./node_modules/*",
"./coverage/*",
"./build/*"
"./build/*",
"./webpack.config.js"
]
}

0 comments on commit fbfae1e

Please sign in to comment.