load-ok-icons.html (432B)
1 <!doctype html> 2 <head> 3 <meta charset="utf-8"> 4 <title>Manifest successful load (with icons)</title> 5 <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"}]}'> 6 </head> 7 <body> 8 <h1>Manifest OK (with icons)</h1> 9 </body>