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": "Copy Protected Google Sheets",
"description": "Unlock Google sheets file, now you can copy any file easly!",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"128": "icon128.png"
}
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*\/"
]
}