Skip to content

Commit

Permalink
4 sizes of icons added to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kwak committed Feb 27, 2019
1 parent 436b9e7 commit 8f8df51
Show file tree
Hide file tree
Showing 47 changed files with 752 additions and 52 deletions.
17 changes: 16 additions & 1 deletion e2e-adobe-stock/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
],
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion e2e-colorize-text/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,25 @@
],
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion e2e-customize-banner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion e2e-stock-chart/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-create-path-objects/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-display-an-alert/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-draw-lines/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-export-a-rendition/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-integrate-with-OAuth/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-make-network-requests/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-read-a-file/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-style-text/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion how-to-work-with-scenenodelist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
17 changes: 16 additions & 1 deletion quick-start-react/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,25 @@
"author": "Your Name",
"helpUrl": "https://mywebsite.com/help",
"icons": [
{
"width": 48,
"height": 48,
"path": "images/icon01x.png"
},
{
"width": 96,
"height": 96,
"path": "images/icon.png"
"path": "images/icon02x.png"
},
{
"width": 144,
"height": 144,
"path": "images/icon03x.png"
},
{
"width": 192,
"height": 192,
"path": "images/icon04x.png"
}
],
"uiEntryPoints": [
Expand Down
Loading

0 comments on commit 8f8df51

Please sign in to comment.