Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "121",
"offline_enabled": true,
"name": "ShareSpot - share text & files to mobile",
"short_name": "ShareSpot",
"description": "Share files and clipboard text to mobile",
"version": "0.0.41",
"author": "MediaRail",
"icons": {
"16": "icon.png",
"128": "icon_128.png"
},
"action": {
"default_title": "Open ShareSpot"
},
"options_page": "options\/index.html",
"side_panel": {
"default_path": "panel\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"permissions": [
"sidePanel",
"storage",
"notifications",
"contextMenus",
"offscreen",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/fcm.googleapis.com\/v1\/projects\/*"
]
}