-
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.
- Loading branch information
Ricardo Fernández Serrata
committed
Mar 7, 2024
1 parent
8cae4fe
commit 31d28d4
Showing
3 changed files
with
37 additions
and
31 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
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,28 +1,29 @@ | ||
{ | ||
"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", | ||
"screenshots": [{ | ||
"src": "/res/demo.png", | ||
"type": "image/png", | ||
"sizes": "1920x1080", | ||
"platform": "wide", | ||
"label": "Demo of RGB-DR" | ||
}] | ||
} | ||
"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", | ||
"screenshots": [ | ||
{ | ||
"src": "/res/demo.png", | ||
"type": "image/png", | ||
"sizes": "1366x768", | ||
"platform": "wide" | ||
} | ||
] | ||
} |
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