Skip to content

Commit

Permalink
Fixed manifest.json not loading in Chrome bc of missing Commands subf…
Browse files Browse the repository at this point in the history
…ield
  • Loading branch information
kalicki1 committed Dec 20, 2021
1 parent 43127d3 commit 8159996
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions src/manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@
],
"commands": {
"run_analysis": {
"description": "Starts an analysis on the current site",
"suggested_key": {
"windows": "Alt+Shift+A",
"mac": "Alt+Shift+A",
"chromeos": "Alt+Shift+A",
"linux": "Alt+Shift+A"
"default": "Alt+Shift+A"
}
},
"halt_analysis": {
"description": "Halts the started analysis",
"suggested_key": {
"windows": "Alt+Shift+S",
"mac": "Alt+Shift+S",
"chromeos": "Alt+Shift+S",
"linux": "Alt+Shift+S"
"default": "Alt+Shift+S"
}
}
},
Expand Down
12 changes: 4 additions & 8 deletions src/manifest-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@
],
"commands": {
"run_analysis": {
"description": "Starts an analysis on the current site",
"suggested_key": {
"windows": "Alt+Shift+A",
"mac": "Alt+Shift+A",
"chromeos": "Alt+Shift+A",
"linux": "Alt+Shift+A"
"default": "Alt+Shift+A"
}
},
"halt_analysis": {
"description": "Halts the started analysis",
"suggested_key": {
"windows": "Alt+Shift+S",
"mac": "Alt+Shift+S",
"chromeos": "Alt+Shift+S",
"linux": "Alt+Shift+S"
"default": "Alt+Shift+S"
}
}
},
Expand Down

0 comments on commit 8159996

Please sign in to comment.