summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgb.webmanifest
blob: 1a0a51debe9ecca12525271391158343558f6be4 (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-rgb-manual.html",
    "display": "fullscreen",
    "theme_color": "rgb(0 255 0)"
}