summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest
blob: 0d01d1d5fedb679a3dc59b1afd2dbf3eee3ba460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "theme_color member WPT",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "192x192"
        }
    ],
    "start_url": "../theme_color-member-rgbhex3-manual.html",
    "display": "fullscreen",
    "theme_color": "#0F0"
}