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": "Reprise Product Capture",
"version": "5.0.37",
"version_name": "5.0.37 11.18.2025.2.03.11N",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi05Yu6BKqsuVuF6N8bRXKh\/Z08cIh1b\/lXUe17ZaJ3G+3my65dKmcv+ZHVipDT0JEE1eSeKOfo\/m55qF4WHYByYA5iPlEwAYw0vPjQjto3FSTd49c5IdTwsvfry5AHEinsvC\/QLY6JPL17ILm+2feiCjAEeohEcNxNh6fSZTEYmuWmTA\/IBptRBEZ05\/LAZxoB1SLYmupLE9HrHoxas6EY\/eP9r5\/ZEhWMMPgQUBt6zIcBG42ur6df+TxzPYiY6A9fhcKoZ8hbMg+z+ExHafUEWdtkR8w6Lr7ab3sUjCONd22dt50NvuO17MdJca85A9kTk3nBX1VymvreRWPgkFEwIDAQAB",
"description": "A companion app to https:\/\/reprise.com\/",
"homepage_url": "https:\/\/reprise.com\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/icon19.png",
"default_title": "Reprise Product Capture",
"default_popup": "popup.html"
},
"incognito": "split",
"permissions": [
"activeTab",
"storage",
"management",
"cookies",
"debugger",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/login.getreprise.com\/",
"https:\/\/login.reprise.com\/",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts; script-src 'sha256-USemta+v1bzB+c0moeKagBQiDcwA0ZJczvFb9krvE2Y=' 'self';"
},
"web_accessible_resources": [
{
"resources": [
"pendo.js",
"styles.css",
"pendo.min.js",
"highcharts.js",
"icons\/code_download.gif"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"capture_page": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Capture current page."
}
},
"content_scripts": [
{
"all_frames": false,
"match_about_blank": true,
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"page.js"
]
},
{
"all_frames": true,
"match_about_blank": true,
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"iframes.js"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"match_about_blank": true,
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"pendo.min.js"
],
"run_at": "document_idle"
}
]
}