Last active
August 2, 2022 01:46
-
-
Save JonathanZWhite/edda7bc585dbd5d14440271fb9f26249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background_color": "#ffffff", | |
"categories": [ | |
"social", | |
"news", | |
"magazines" | |
], | |
"description": "Get breaking news, politics, trending music, world events, sports scores, and the latest global news stories as they unfold - all with less data.", | |
"display": "standalone", | |
"icons": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-default.ee534d85.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-default-large.8e027b65.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
}, | |
{ | |
"purpose": "maskable", | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-default-maskable.2fd29c85.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"purpose": "maskable", | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-default-maskable-large.ee2b7aa5.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
], | |
"name": "Twitter", | |
"screenshots": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/twitter-lite-data-saver-marketing.68059865.png", | |
"sizes": "586x1041", | |
"type": "image/png" | |
}, | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/twitter-lite-explore-marketing.fd45b025.png", | |
"sizes": "586x1041", | |
"type": "image/png" | |
}, | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/twitter-lite-timeline-marketing.befcdb45.png", | |
"sizes": "586x1041", | |
"type": "image/png" | |
} | |
], | |
"shortcuts": [ | |
{ | |
"name": "New Tweet", | |
"url": "/compose/tweet?utm_source=jumplist&utm_medium=shortcut", | |
"icons": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-compose.12384425.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
} | |
] | |
}, | |
{ | |
"name": "Explore", | |
"url": "/explore?utm_source=jumplist&utm_medium=shortcut", | |
"icons": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-search-stroke.5f9aa885.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
} | |
] | |
}, | |
{ | |
"name": "Notifications", | |
"url": "/notifications?utm_source=jumplist&utm_medium=shortcut", | |
"icons": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-notifications-stroke.429602d5.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
} | |
] | |
}, | |
{ | |
"name": "Direct Messages", | |
"url": "/messages?utm_source=jumplist&utm_medium=shortcut", | |
"icons": [ | |
{ | |
"src": "https://abs.twimg.com/responsive-web/client-web/icon-messages-stroke.5f95edc5.png", | |
"type": "image/png", | |
"sizes": "192x192" | |
} | |
] | |
} | |
], | |
"short_name": "Twitter", | |
"start_url": "https://mobile.twitter.com/?utm_source=homescreen&utm_medium=shortcut", | |
"theme_color": "#ffffff", | |
"scope": "/", | |
"android_package_name": "com.twitter.android" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment