Skip to content

Instantly share code, notes, and snippets.

@ketola
Created May 28, 2017 18:25
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 ketola/9f2cfdf2962d02d5bc5b84bc5ef11b7a to your computer and use it in GitHub Desktop.
Save ketola/9f2cfdf2962d02d5bc5b84bc5ef11b7a to your computer and use it in GitHub Desktop.
A Web App manifest file from mobile.twitter.com
{
"background_color":"#ffffff",
"description":"It's what's happening. From breaking news and entertainment, sports and politics, to big events and everyday interests.",
"display":"standalone",
"gcm_sender_id":"49625052041",
"gcm_user_visible_only":true,
"icons":[
{
"src":"https://ma-0.twimg.com/twitter-assets/responsive-web/web/ltr/icon-default.882fa4ccf6539401.png",
"sizes":"192x192","type":"image/png"
}],
"name":"Twitter Lite",
"orientation":"portrait",
"share_target":{"url_template":"compose/tweet?title={title}&text={text}&url={url}"},
"short_name":"Twitter Lite",
"start_url":"/",
"theme_color":"#ffffff"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment