|
7 | 7 | <link href="styles/pwastore.css" rel="stylesheet">
|
8 | 8 | <link rel="icon" type="image/x-icon" href="images/favicon.png">
|
9 | 9 | <link rel="manifest" href="manifest.json" />
|
10 |
| - <meta name="app-title" content="Web Install demo by MSEdgeDEV"> |
11 |
| - <title>The PWA Store</title> |
| 10 | + <meta name="application-title" content="Edge Demos by the Microsoft Edge team"> |
| 11 | + <title>Microsoft Edge Demos</title> |
12 | 12 | <link rel="stylesheet" href="styles/pwastore-dark.css" media="(prefers-color-scheme: dark)"/>
|
13 | 13 | <link rel="stylesheet" href="styles/pwastore-light.css" media="(prefers-color-scheme: light)"/>
|
14 | 14 | <meta name="theme-color" content="#FFF5E0" media="(prefers-color-scheme: light)"/>
|
|
18 | 18 | <body>
|
19 | 19 | <div class="draggable"></div>
|
20 | 20 | <header>
|
21 |
| - <img src="images/pwastore-logo.svg" width="100" height="100" class="storeicon"> |
22 |
| - <button class="btn_install_store" id="btnInstallStore">Install PWA store</button> |
| 21 | + <img src="images/pwastore-logo.svg" width="200" height="100" class="storeicon"> |
| 22 | + <button class="btn_install_store" id="btnInstallStore">Install Edge Demos</button> |
23 | 23 | <div class="category_filter_nav">
|
24 | 24 | <button class="btn_category">new!</button>
|
25 |
| - <button class="btn_category">music</button> |
26 |
| - <button class="btn_category">image</button> |
27 |
| - <button class="btn_category">all apps</button> |
| 25 | + <button class="btn_category">PWA</button> |
| 26 | + <button class="btn_category">CSS</button> |
| 27 | + <button class="btn_category">all demos</button> |
28 | 28 | </div>
|
29 | 29 | </header>
|
30 | 30 | <main>
|
| 31 | + <article class="instructions"> |
| 32 | + <h2>Instructions</h2> |
| 33 | + <p>This collection contains demo webpages, apps, and sample code to demonstrate various features of Microsoft Edge. You can filter the type of demo with the buttons above.</p> |
| 34 | + <p><strong>Some additional details for demos to work:</strong></p> |
| 35 | + <ul> |
| 36 | + <li>Check if you need to enable any experimental features in <code>about://flags</code>.</li> |
| 37 | + <li><a href="https://developer.microsoft.com/en-us/microsoft-edge/origin-trials/trials" target="_blank">List of active Origin Trials on Microsoft Edge.</a></li> |
| 38 | + <li>This app uses the <a href="https://aka.ms/webinstall">Web Install API</a> to install demos.</li> |
| 39 | + </ul> |
| 40 | + </article> |
| 41 | + |
| 42 | + <article class="app_entry"> |
| 43 | + <img src="https://raw.githubusercontent.com/MicrosoftEdge/Demos/refs/heads/main/pwa-getting-started/icon512.png" width="75" height="75" class="app_icon"> |
| 44 | + <h2>Temperature converter - PWA getting started demo app</h2> |
| 45 | + <p class="app_descrip">A simple PWA demo app that converts temperatures. Used for <a href="https://learn.microsoft.com/microsoft-edge/progressive-web-apps/how-to/" target="_blank">Get started with Progressive Web Apps.</a></p> |
| 46 | + <button id="installPwaGettingStarted" class="btn_install">Install</button> |
| 47 | + </article> |
| 48 | + |
31 | 49 | <article class="app_entry">
|
32 | 50 | <img src="images/app-icons/pwinter.png" width="75" height="75" class="app_icon">
|
33 | 51 | <h2>The PWinter</h2>
|
34 |
| - <p class="app_descrip">Custom PWA icon generator.</p> |
| 52 | + <p class="app_descrip">The PWinter is your custom PWA icon generator!</p> |
35 | 53 | <button id="installPwinter" class="btn_install">Install</button>
|
36 | 54 | </article>
|
37 | 55 |
|
38 | 56 | <article class="app_entry">
|
39 | 57 | <img src="images/app-icons/pwamp.png" width="75" height="75" class="app_icon">
|
40 | 58 | <h2>PWAmp</h2>
|
41 |
| - <p class="app_descrip">Music player, but make it progressive.</p> |
| 59 | + <p class="app_descrip">A music player PWA demo to play local audio files.</p> |
42 | 60 | <button id="installPwamp" class="btn_install">Install</button>
|
43 | 61 | </article>
|
44 | 62 |
|
45 | 63 | <article class="app_entry">
|
46 | 64 | <img src="images/app-icons/bubble.png" width="75" height="75" class="app_icon">
|
47 | 65 | <h2>Bubble</h2>
|
48 |
| - <p class="app_descrip">Equirectangular picture viewer.</p> |
| 66 | + <p class="app_descrip">360° equirectangular picture viewer. For images from 360 cameras.</p> |
49 | 67 | <button id="installBubble" class="btn_install">Install</button>
|
50 | 68 | </article>
|
51 | 69 |
|
| 70 | + <article class="app_entry"> |
| 71 | + <img src="https://raw.githubusercontent.com/MicrosoftEdge/Demos/refs/heads/main/email-client/img/icon-256.png" width="75" height="75" class="app_icon"> |
| 72 | + <h2>Email Client demo</h2> |
| 73 | + <p class="app_descrip">A simulated email client PWA that demonstrates how to use PWA protocol handlers.</p> |
| 74 | + <button id="installEmailClient" class="btn_install">Install</button> |
| 75 | + </article> |
| 76 | + |
| 77 | + <article class="app_entry"> |
| 78 | + <img src="https://raw.githubusercontent.com/MicrosoftEdge/Demos/refs/heads/main/1DIV/dist/img/icon-256.png" width="75" height="75" class="app_icon"> |
| 79 | + <h2>1DIV</h2> |
| 80 | + <p class="app_descrip">A CSS sandbox PWA that demonstrates the Window Controls Overlay feature.</p> |
| 81 | + <button id="install1Div" class="btn_install">Install</button> |
| 82 | + </article> |
| 83 | + |
| 84 | + <article class="app_entry"> |
| 85 | + <img src="https://raw.githubusercontent.com/MicrosoftEdge/Demos/refs/heads/main/wami/favicon-256.png" width="75" height="75" class="app_icon"> |
| 86 | + <h2>wami</h2> |
| 87 | + <p class="app_descrip">An image manipulation demo app to crop, resize, or add effects to images.</p> |
| 88 | + <button id="installWami" class="btn_install">Install</button> |
| 89 | + </article> |
| 90 | + |
| 91 | + <article class="app_entry"> |
| 92 | + <img src="https://raw.githubusercontent.com/MicrosoftEdge/Demos/refs/heads/main/pwa-application-title/icon.png" width="75" height="75" class="app_icon"> |
| 93 | + <h2>Application Title demo</h2> |
| 94 | + <p class="app_descrip">A demo web app to showcase the <code>application-title</code> meta tag.</p> |
| 95 | + <button id="installappTitle" class="btn_install">Install</button> |
| 96 | + </article> |
| 97 | + |
52 | 98 | </main>
|
53 | 99 | <footer>
|
54 | 100 | © Microsoft Edge
|
|
0 commit comments