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": "Asset",
"version": "1.1.5",
"description": "Asset is a tool to get images, fonts and take screenshot from a website",
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"windows",
"tabs"
],
"action": {
"icons": [
"icons\/icon128.png"
],
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"128": "icons\/icon128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "MacCtrl+Shift+A"
},
"description": "Launches the extension"
}
}
}