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": "Hippo clipboard Sync",
"description": "Seamless Copy and Paste Across Devices.",
"version": "1.8.6",
"permissions": [
"clipboardRead",
"storage",
"system"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "images\/copy-paste_128_blue.png"
},
"options_ui": {
"page": "options.html"
}
}