Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

fix icon #12

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified chrome/assets/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions chrome/manifest.dev.json
Expand Up @@ -16,5 +16,8 @@
"background": {
"page": "background.html"
},
"icons": {
"128": "images/icon.png"
},
"content_security_policy": "default-src 'self'; script-src 'self' https://localhost:3000 'unsafe-eval'; connect-src wss://game.hexlet-staging.ru/ws/api/v1/games ws://game.hexlet-staging.ru/ws/api/v1/games https://localhost:3000 wss://localhost:3000 ws://localhost:35729 ws://localhost:8080; style-src * 'unsafe-inline'; img-src 'self' data:; font-src * 'self' data:;"
}
3 changes: 3 additions & 0 deletions chrome/manifest.prod.json
Expand Up @@ -16,5 +16,8 @@
"background": {
"page": "background.html"
},
"icons": {
"128": "images/icon.png"
},
"content_security_policy": "default-src 'self'; connect-src wss://game.hexlet.io/ws/api/v1/games; script-src 'self' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src 'self' data:; font-src * 'self' data:;"
}