soiz1 commited on
Commit
6374e39
·
verified ·
1 Parent(s): 28914f8

Update static/manifest.webmanifest

Browse files
Files changed (1) hide show
  1. static/manifest.webmanifest +20 -20
static/manifest.webmanifest CHANGED
@@ -1,21 +1,21 @@
1
- {
2
- "short_name": "PenguinMod",
3
- "name": "PenguinMod",
4
- "description": "Mod of TurboWarp that was made to allow for really cool projects.",
5
- "icons": [
6
- {
7
- "src": "images/192.png",
8
- "type": "image/png",
9
- "sizes": "192x192"
10
- },
11
- {
12
- "src": "images/512.png",
13
- "type": "image/png",
14
- "sizes": "512x512"
15
- }
16
- ],
17
- "start_url": "editor",
18
- "background_color": "#333333",
19
- "display": "standalone",
20
- "theme_color": "#333333"
21
  }
 
1
+ {
2
+ "short_name": "Scratch4School",
3
+ "name": "Scratch for School",
4
+ "description": "Mod of TurboWarp that was made to allow for really cool projects.",
5
+ "icons": [
6
+ {
7
+ "src": "images/192.png",
8
+ "type": "image/png",
9
+ "sizes": "192x192"
10
+ },
11
+ {
12
+ "src": "images/512.png",
13
+ "type": "image/png",
14
+ "sizes": "512x512"
15
+ }
16
+ ],
17
+ "start_url": "editor",
18
+ "background_color": "#333333",
19
+ "display": "standalone",
20
+ "theme_color": "#333333"
21
  }