Skip to content

Commit

Permalink
update manifest, add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghei Paduret committed Jul 7, 2021
1 parent 500f1ef commit 21ad018
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
"assets": [
"src/favicon.ico",
"src/background.png",
"src/bitbucket512_rounded.png",
"src/IcoMoon.ttf",
"src/manifest.json"
"src/manifest.json",
{
"glob": "**/*",
"input": "src/assets/",
"output": "/assets/"
}
],
"styles": [
"src/styles.scss"
Expand Down
Empty file removed src/assets/.gitkeep
Empty file.
Binary file removed src/assets/favicon_old.ico
Binary file not shown.
File renamed without changes
Binary file added src/assets/icons/bitbucket64.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/icons/icon512.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/icons/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"manifest_version": 2,
"name": "Bitbucket Notifications",
"version": "0.1",
"description": "Bitbucket Notifications",
"description": "Extension to send notifications for bitbucket pull-request events. Tested on bitbucket server.",
"icons": {
"64": "assets/icons/icon64.png",
"512": "assets/icons/icon512.png"
},
"browser_action": {
"default_icon": "/bitbucket512_rounded.png",
"default_popup": "/index.html"
"default_popup": "index.html"
},
"options_ui": {
"page": "/index.html#options",
Expand Down

0 comments on commit 21ad018

Please sign in to comment.