Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
VulumeCode committed Jul 9, 2022
1 parent 467f11a commit 5b9bf81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Scryfall Mentor",
"version": "0.1.3",
"version": "0.1.4",
"browser_specific_settings": {
"gecko": {
"id": "scryfall-mentor@VulumeCode",
Expand All @@ -18,12 +18,17 @@
"default_title": "Scryfall Mentor",
"default_panel": "index.html"
},
"permissions": ["history", "tabs", "storage", "webNavigation"],
"permissions": [
"history",
"tabs",
"storage",
"webNavigation"
],
"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Alt+Ctrl+S"
}
}
}
}
}
Binary file added releases/362c776156d5441d9513-0.1.4.xpi
Binary file not shown.

0 comments on commit 5b9bf81

Please sign in to comment.