Skip to content

Commit

Permalink
firefox favicon added via shortcut icon link in html, incognito added…
Browse files Browse the repository at this point in the history
… in manifest
  • Loading branch information
lbragile committed Dec 7, 2020
1 parent c3e4835 commit 44295fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/>

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="./images/logo48.png" />

<title>TabMerger</title>
</head>
Expand Down
2 changes: 2 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"default_title": "Merge your tabs into groups"
},

"incognito": "split",

"commands": {
"merge-snly-menu": {
"suggested_key": {
Expand Down

0 comments on commit 44295fb

Please sign in to comment.