Skip to content

Commit

Permalink
Merge pull request #148 from RESTEDClient/next
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
Espen Henriksen authored Oct 16, 2018
2 parents b95dd94 + 940dce9 commit 28dd18d
Show file tree
Hide file tree
Showing 8 changed files with 1,000 additions and 20 deletions.
40 changes: 40 additions & 0 deletions dist/img/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions dist/img/rested-logo-inv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions dist/img/rested-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<link id="highlightJSLink" rel="stylesheet" type="text/css" href="ext/highlight.js/default.css">
<link rel="stylesheet" type="text/css" href="ext/font-awesome-4.4.0/css/font-awesome.min.css">

<link rel="icon" type="image/png" sizes="128x128" href="img/favicon/favicon-128x128.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="64x64" href="img/favicon/favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="icon" type="image/svg+xml" sizes="16x16" href="img/favicon/favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="32x32" href="img/favicon/favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="64x64" href="img/favicon/favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="96x96" href="img/favicon/favicon.svg">
<link rel="icon" type="image/svg+xml" sizes="128x128" href="img/favicon/favicon.svg">
<meta name="theme-color" content="#ffffff">
</head>

Expand Down
47 changes: 34 additions & 13 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RESTED",
"version": "2.2.0",
"version": "2.2.1",
"description": "A REST client for the rest of us",
"homepage_url": "https://github.com/esphen/RESTED",
"manifest_version": 2,
Expand All @@ -11,21 +11,42 @@
}
},
"icons": {
"16": "dist/img/favicon/favicon-16x16.png",
"32": "dist/img/favicon/favicon-32x32.png",
"64": "dist/img/favicon/favicon-64x64.png",
"96": "dist/img/favicon/favicon-96x96.png",
"128": "dist/img/favicon/favicon-128x128.png"
"16": "dist/img/rested-logo.svg",
"32": "dist/img/rested-logo.svg",
"64": "dist/img/rested-logo.svg",
"96": "dist/img/rested-logo.svg",
"128": "dist/img/rested-logo.svg"
},
"browser_action": {
"default_title": "Open RESTED tab",
"default_icon": {
"16": "dist/img/favicon/favicon-16x16.png",
"32": "dist/img/favicon/favicon-32x32.png",
"64": "dist/img/favicon/favicon-64x64.png",
"96": "dist/img/favicon/favicon-96x96.png",
"128": "dist/img/favicon/favicon-128x128.png"
}
"default_icon": "dist/img/rested-logo.svg",
"theme_icons": [
{
"light": "dist/img/rested-logo-inv.svg",
"dark": "dist/img/rested-logo.svg",
"size": 16
},
{
"light": "dist/img/rested-logo-inv.svg",
"dark": "dist/img/rested-logo.svg",
"size": 32
},
{
"light": "dist/img/rested-logo-inv.svg",
"dark": "dist/img/rested-logo.svg",
"size": 64
},
{
"light": "dist/img/rested-logo-inv.svg",
"dark": "dist/img/rested-logo.svg",
"size": 96
},
{
"light": "dist/img/rested-logo-inv.svg",
"dark": "dist/img/rested-logo.svg",
"size": 128
}
]
},
"background": {
"scripts": ["main.js"]
Expand Down
2 changes: 1 addition & 1 deletion google-chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RESTED",
"version": "2.2.0",
"version": "2.2.1",
"description": "A REST client for the rest of us",
"homepage_url": "https://github.com/esphen/RESTED",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "A REST client for the rest of us",
"author": "Espen Henriksen",
"license": "MIT",
"version": "2.2.0",
"version": "2.2.1",
"main": "./main.js",
"permissions": {
"multiprocess": true
Expand Down
Loading

0 comments on commit 28dd18d

Please sign in to comment.