diff --git a/src/m.webmanifest b/src/m.webmanifest index 3335935..5ed789d 100644 --- a/src/m.webmanifest +++ b/src/m.webmanifest @@ -1,21 +1,20 @@ { - "name": "RGB digital rain", - "short_name": "RGB DigitRain", - "description": "The Matrix \u0022falling code/letter rain\u0022 animation but RGB. No more monochromatic green!", - "categories": [ - "personalization", - "entertainment" - ], - "start_url": "https://Rudxain.github.io/RGB-digital-rain", - "lang": "en", - "icons": [ - { - "src": "../res/icon.svg", - "sizes": "any", - "type": "image/svg+xml" - } - ], - "background_color": "#000", - "theme_color": "#0f0", - "display": "fullscreen" +"name": "RGB digital rain", +"short_name": "RGB DigitRain", +"description": "The Matrix \u0022falling code/letter rain\u0022 animation but RGB. No more monochromatic green!", +"categories": [ + "personalization", + "entertainment" +], +"start_url": "https://Rudxain.github.io/RGB-digital-rain", +"lang": "en", +"icons": [ + { + "src": "../res/icon.svg", + "sizes": "any", + "type": "image/svg+xml" + } +], +"background_color": "#000", +"display": "fullscreen" }