Skip to content

Commit

Permalink
theme_color is redundant in webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Mar 7, 2024
1 parent 3bf89e8 commit ba7f867
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions src/m.webmanifest
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit ba7f867

Please sign in to comment.