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 To Clipboard",
"description": "Click from a catetgory of snippets dropdown to copy to your clipboard",
"version": "0.4.2310",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "\/images\/icon.png"
}
},
"icons": {
"128": "\/images\/icon.png"
}
}