-
-
Save kanlukasz/d02a085b4727d2058221a674ea9d5c73 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
{ | |
"short_name": "Share url to Linkace", | |
"name": "Share url to Linkace", | |
"share_target": { | |
"action": "/public/bookmarklet/addmobile", | |
"method": "GET", | |
"params": { | |
"title": "t", | |
"text": "u" | |
} | |
}, | |
"description": "Share from mobile to linkace", | |
"icons": [ | |
{ | |
"src": "https://www.example.com/android-chrome-192x192.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "https://www.example.com/android-chrome-384x384.png", | |
"sizes": "512X512", | |
"type": "image/png" | |
} | |
], | |
"start_url": "/", | |
"background_color": "#f3e5f5", | |
"display": "standalone", | |
"scope": "/", | |
"theme_color": "#4a148c" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment