feat: complete advanced Sudoku workbench
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Sudoku Tools",
|
||||
"short_name": "Sudoku",
|
||||
"description": "Set, play, solve and analyse Sudoku puzzles locally.",
|
||||
"id": "./",
|
||||
"start_url": "./",
|
||||
"scope": "./",
|
||||
"display": "standalone",
|
||||
"background_color": "#f4f0e8",
|
||||
"theme_color": "#272421",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./favicon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user