-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme_color
is redundant in webmanifest
- Loading branch information
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |