Skip to content

Commit

Permalink
Added minimum chrome version, changed browser action title (based on 0…
Browse files Browse the repository at this point in the history
  • Loading branch information
gear54rus committed Nov 2, 2017
1 parent 4610b76 commit 69c8ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"128": "dist/img/favicon/favicon-128x128.png"
},
"browser_action": {
"default_title": "RESTED",
"default_title": "Open RESTED tab",
"default_icon": {
"16": "dist/img/favicon/favicon-16x16.png",
"32": "dist/img/favicon/favicon-32x32.png",
Expand Down
3 changes: 2 additions & 1 deletion google-chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A REST client for the rest of us",
"homepage_url": "https://github.com/esphen/RESTED",
"manifest_version": 2,
"minimum_chrome_version": "60.0",
"icons": {
"16": "dist/img/favicon/favicon-16x16.png",
"32": "dist/img/favicon/favicon-32x32.png",
Expand All @@ -12,7 +13,7 @@
"128": "dist/img/favicon/favicon-128x128.png"
},
"browser_action": {
"default_title": "RESTED",
"default_title": "Open RESTED tab",
"default_icon": {
"16": "dist/img/favicon/favicon-16x16.png",
"32": "dist/img/favicon/favicon-32x32.png",
Expand Down

0 comments on commit 69c8ab7

Please sign in to comment.