summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/orientation-member/resources/orientation-member-portrait.webmanifest
blob: 7ddf0851ac746cd1e3023b1321b49f7026c59069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "Orientation member with portrait value WPT",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192"
        }
    ],
    "start_url": "../orientation-member-portrait-manual.html",
    "display": "standalone",
    "orientation": "portrait"
}