зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
385 B
HTML
14 строки
385 B
HTML
<!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"}&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>
|