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",
"name": "Spreadsheet Copy Pro - Google Sheets Enhancer",
"description": "Copy, paste, and edit content from restricted Google Sheets with one click. Unlock the full potential of your spreadsheets.",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"action": {
"default_title": "Spreadsheet Copy Pro",
"default_icon": "assets\/images\/icon128.png",
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/docs.google.com\/*"
]
}