Skip to content

Instantly share code, notes, and snippets.

@sergiorgiraldo
Created April 13, 2024 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sergiorgiraldo/3f50b59dc4dd837558c84315afda947c to your computer and use it in GitHub Desktop.
Save sergiorgiraldo/3f50b59dc4dd837558c84315afda947c to your computer and use it in GitHub Desktop.
{
"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