Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
- add icon
  • Loading branch information
acendrou committed Jan 16, 2022
1 parent 5a783b0 commit a41aff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added src/img/icon-regis_48px_red.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/img/icon-regis_96px_red.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,7 +1,7 @@
{
"manifest_version": 2,
"name": "REGIS-BROWSER-BOOKMARK",
"version": "0.1",
"version": "0.2",
"description": "Capture web browsing bookmark history",
"author": "acendrou",
"background": {
Expand All @@ -17,6 +17,10 @@
"bookmarks",
"downloads"
],
"icons": {
"48": "img/icon-regis_48px_red.png",
"96": "img/icon-regis_96px_red.png"
},
"browser_specific_settings": {
"gecko": {
"id": "regis-browser-bookmark@ekvidi"
Expand Down

0 comments on commit a41aff7

Please sign in to comment.