Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created September 18, 2019 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/904589b9a85b3830e9a9bc7bb67da8a2 to your computer and use it in GitHub Desktop.
Save flushpot1125/904589b9a85b3830e9a9bc7bb67da8a2 to your computer and use it in GitHub Desktop.
{
"short_name": "quest_standalone",
"name": "Simple example for Oculus Quest PWA app",
"icons": [{
"src": "icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},{
"src": "icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
}],
"start_url": ".",
"display": "standalone"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment