summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/browser/resources/manifest/load-ok-icons.html
blob: 539e5d22471d624b8244507b5aad519a079bb950 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<head>
  <meta charset="utf-8">
  <title>Manifest successful load (with icons)</title>
  <link rel="manifest" href='data:application/manifest+json,{"name": "Foo", "background_color": "%23ff0000", "icons": [{ "sizes": "128x128", "src": "http://example.com/browser/devtools/client/application/test/browser/resources/manifest/icon.svg", "type": "image/svg"}]}'>
</head>
<body>
<h1>Manifest OK (with icons)</h1>
</body>