blob: b92df185212bd65fe991bf617bd115876339a130 [file] [log] [blame]
{
"name": "Manifest test app",
"icons": [
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
],
"start_url": "manifest_test_page.html",
"file_handler": {
"files": [{
"name": "name",
"accept": ["image/png", "image/jpg"]
}]
}
}