Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
chrome
/
test
/
data
/
web_apps
/
get_manifest.html
blob: ef31a47af77f64a197d5ad5fc66ca070838cd2d3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<head>
<link
rel
=
"manifest"
id
=
"linkManifest"
>
</head>
<script>
// The manifest URL must be specified as the GET value
// e.g.: get_manifest.html?basic.json
linkManifest
.
href
=
location
.
search
.
slice
(
1
);
</script>