UESPWiki:AppManifest/Documentation
The UESPWiki – Your source for The Elder Scrolls since 1995
AppManifest is an API/Mediawiki extension to create consistent wiki home page experiences between desktop and mobile apps. Manifest data is stored at UESPWiki:AppManifest.
You can see a sample API request at the API Sandbox.
(TODO)
Example manifest.json[edit]
{ // App Manifest
"version" : 1,
"banner" : {
"imageURL" : "images.starfieldwiki.net/d/dd/Starfield-hero-background.jpg",
"logoURL" : "https://images.starfieldwiki.net/1/19/Sfwiki_wordmark_logo_white.svg"
},
"gamemaps" : {
"ESO" : "https://gamemap.uesp.net/eso",
"Oblivion" : "https://gamemap.uesp.net/ob",
"Morrowind" : "https://gamemap.uesp.net/mw",
},
"homepage" : [
{ // trivia box segment
"type" : "trivia_box",
"title" : "Did You Know?",
"content" : []
}
]
}