Tip of the day
Check out our Portal, Reddit, and Discord for announcements, updates, and development blogs.
MediaWiki:Manifest.json: Difference between revisions
From Walkscape Walkthrough
|
|
| Line 3: |
Line 3: |
| "start_url": "/wiki/WalkScape:_Grind_by_walking!?pwa-id=main", | | "start_url": "/wiki/WalkScape:_Grind_by_walking!?pwa-id=main", |
| "icons": [ | | "icons": [ |
| {
| |
| "src": "resources/assets/icons/icon-48x48.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", | | "src": "resources/assets/icons/icon-192x192.png", |
| "sizes": "192x192", | | "sizes": "192x192", |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-256x256.png",
| |
| "sizes": "256x256",
| |
| "type": "image/png"
| |
| },
| |
| {
| |
| "src": "resources/assets/icons/icon-384x384.png",
| |
| "sizes": "384x384",
| |
| "type": "image/png" | | "type": "image/png" |
| }, | | }, |
Revision as of 07:22, 8 January 2025
| name | "Walkscape Wiki" |
|---|
| start_url | "/wiki/WalkScape:_Grind_by_walking!?pwa-id=main" |
|---|
| icons | | src | "resources/assets/icons/icon-192x192.png" |
|---|
| sizes | "192x192" |
|---|
| type | "image/png" |
|---|
|
| src | "resources/assets/icons/icon-512x512.png" |
|---|
| sizes | "512x512" |
|---|
| type | "image/png" |
|---|
|
|
|---|
| display | "standalone" |
|---|
| background_color | "#ffffff" |
|---|
| theme_color | "#000000" |
|---|