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": "Clipboard History: Copy & Paste \u2728",
"description": "Save and search your clipboard history. Tag favorites, find past clips quickly, and manage copied content - all stored locally.",
"version": "1.1.4",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html#\/?popup=true",
"default_icon": "img\/logo-196.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"unlimitedStorage",
"sidePanel",
"clipboardWrite",
"clipboardRead",
"tabs",
"offscreen"
]
}