Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "PasteReady - Fix ChatGPT Copy-Paste Issues",
"version": "3.2",
"description": "Format ChatGPT text for seamless copy-paste. Instantly search selected text using the Context Menu.",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite",
"contextMenus",
"storage"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.bundle.js"
},
"options_page": "options.html"
}