summaryrefslogtreecommitdiffstats
path: root/dom/manifest/test/manifestLoader.html
blob: e244260902cf8e2907d4821001de1e84e9a0ecda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset=utf-8>
<!--
Uses resource.sjs to load a Web Manifest that can be loaded cross-origin.
-->
<link rel="manifest" href='resource.sjs?body={"name":"pass"}&amp;Access-Control-Allow-Origin=*'>
<h1>Manifest loader</h1>
<p>Uses resource.sjs to load a Web Manifest that can be loaded cross-origin. The manifest looks like this:</p>
<pre>
{
	"name":"pass"
}
</pre>