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",
"description": "Use our Web Clipper to save products and inspiration from any website. Simply integrate them into your design projects.",
"version": "2.3.0",
"name": "Programa Web Clipper",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_title": "Programa Web Clipper",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"content.bundle.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"128": "icon-128.png"
},
"manifest_version": 3,
"permissions": [
"storage",
"contextMenus",
"activeTab",
"cookies"
],
"host_permissions": [
"https:\/\/app.programa.com.au\/*",
"https:\/\/*.programa-alpha.com\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/app.programa.design\/*",
"https:\/\/app.qa.programa.design\/*",
"https:\/\/app.staging.programa.design\/*"
],
"web_accessible_resources": [
{
"resources": [
"clipper.html",
"img\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}