summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest')
-rw-r--r--testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest b/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest
new file mode 100644
index 0000000000..0d01d1d5fe
--- /dev/null
+++ b/testing/web-platform/tests/appmanifest/theme_color-member/resources/theme_color-member-rgbhex3.webmanifest
@@ -0,0 +1,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"
+}