Tip of the Day
Bank space is unlimited, if you are worried about the usage of something, bank it!
MediaWiki:Manifest.json: Difference between revisions
From Walkscape Walkthrough
|
|
| (One intermediate revision by one other user not shown) |
| Line 4: |
Line 4: |
| "icons": [ | | "icons": [ |
| { | | { |
| "src": "resources/assets/icons/icon-48x48.png", | | "src": "https://wiki.walkscape.app/images/5/5a/Icon-192x192.png", |
| "sizes": "48x48",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-72x72.png",
| |
| "sizes": "72x72",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-96x96.png",
| |
| "sizes": "96x96",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-128x128.png",
| |
| "sizes": "128x128",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-144x144.png",
| |
| "sizes": "144x144",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-152x152.png",
| |
| "sizes": "152x152",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-192x192.png",
| |
| "sizes": "192x192", | | "sizes": "192x192", |
| "type": "image/png" | | "type": "image/png" |
| }, | | }, |
| { | | { |
| "src": "resources/assets/icons/icon-256x256.png", | | "src": "https://wiki.walkscape.app/images/4/4e/Icon-512x512.png", |
| "sizes": "256x256",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-384x384.png",
| |
| "sizes": "384x384",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-512x512.png",
| |
| "sizes": "512x512", | | "sizes": "512x512", |
| "type": "image/png" | | "type": "image/png" |
Latest revision as of 11:11, 8 January 2025
| name | "Walkscape Wiki" |
|---|
| start_url | "/wiki/WalkScape:_Grind_by_walking!?pwa-id=main" |
|---|
| icons | | src | "https://wiki.walkscape.app/images/5/5a/Icon-192x192.png" |
|---|
| sizes | "192x192" |
|---|
| type | "image/png" |
|---|
|
| src | "https://wiki.walkscape.app/images/4/4e/Icon-512x512.png" |
|---|
| sizes | "512x512" |
|---|
| type | "image/png" |
|---|
|
|
|---|
| display | "standalone" |
|---|
| background_color | "#ffffff" |
|---|
| theme_color | "#000000" |
|---|