Skip to content

Commit

Permalink
add sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cqx931 committed Aug 22, 2018
1 parent edf5577 commit ffebeee
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions platform/webext/manifest.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version":"54.0"
"strict_min_version":"52.0"
}
},
"commands": {
@@ -81,5 +81,13 @@
"management",
"downloads"
],
"short_name": "AdNauseam"
"short_name": "AdNauseam",
"sidebar_action": {
"default_title": "__MSG_statsPageName__",
"default_panel": "logger-ui.html",
"default_icon": {
"19": "img/browsericons/icon19.png",
"38": "img/browsericons/icon38.png"
}
}
}

0 comments on commit ffebeee

Please sign in to comment.