Initial commit of 001code-html Scratch frontend project.
Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
21
scratch-gui/static/manifest.webmanifest
Normal file
21
scratch-gui/static/manifest.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"short_name": "001CODE",
|
||||
"name": "001CODE",
|
||||
"description": "让编程学习更简单",
|
||||
"icons": [
|
||||
{
|
||||
"src": "images/192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "images/512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "editor",
|
||||
"background_color": "#333333",
|
||||
"display": "standalone",
|
||||
"theme_color": "#333333"
|
||||
}
|
||||
Reference in New Issue
Block a user