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": "ArbiSource \u2013 Custom Scan Assistant",
"version": "1.0.10",
"manifest_version": 3,
"description": "",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"webRequest",
"tabs"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "ArbiSource \u2013 Custom Scan Assistant",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"index.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"index.js",
"index.css",
"background.js",
"content.js",
"tippy.min.js",
"static\/js\/*.js",
"injectedScraper.js",
"backgroundUtils.js",
"images\/icon48.png",
"images\/shopify.jpg"
],
"matches": [
"<all_urls>"
]
}
]
}