Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ScreenLink - Share Screenshots Instantly",
"version": "1.0.0",
"description": "Take screenshots and instantly get shareable Google Drive links",
"permissions": [
"activeTab",
"storage",
"identity",
"offscreen",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"oauth2": {
"client_id": "377200935530-u93o68f8jkagb3pau665umtkmg99f0m9.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"options_page": "options.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}