Skip to content

Commit

Permalink
Add customzable shortcut to open popup
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed Mar 19, 2022
1 parent de973c7 commit f8f633b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/manifest_chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"*://anilist.co/*",
"*://graphql.anilist.co/*"
],
"commands": {
"_execute_browser_action": {}
},
"browser_action": {
"default_icon": "logo-48.png",
"default_popup": "index.html"
Expand Down
3 changes: 3 additions & 0 deletions src/manifest_firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"*://anilist.co/*",
"*://graphql.anilist.co/*"
],
"commands": {
"_execute_browser_action": {}
},
"browser_action": {
"default_icon": "logo-48.png",
"default_popup": "index.html"
Expand Down

0 comments on commit f8f633b

Please sign in to comment.