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": "GoodPix Product Clipper",
"version": "4.9.0",
"description": "Easily grab a product's image, link, and product details for your GoodPix catalog.",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "clipper-alt.png",
"48": "clipper-alt.png",
"128": "clipper-alt.png",
"400": "clipper-alt.png"
},
"host_permissions": [
"http:\/\/localhost\/*",
"https:\/\/clipper-api.goodpix.io\/*",
"https:\/\/clipper-api.goodpix.co\/*",
"https:\/\/*.goodpix.co\/*",
"https:\/\/*.goodpix.io\/*"
],
"permissions": [
"contextMenus",
"cookies",
"activeTab",
"tabs",
"scripting",
"webNavigation",
"webRequest"
]
}