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