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": "AutohelperBot",
"description": "Your assistant in the world of car",
"version": "1.3.9",
"icons": {
"16": "assets\/logo\/logo-16.png",
"48": "assets\/logo\/logo-48.png",
"128": "assets\/logo\/logo-128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"*:\/\/*.copart.com\/*",
"*:\/\/*.iaai.com\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"src\/jquery-3.7.0.min.js",
"content.js"
],
"matches": [
"*:\/\/*.copart.com\/*",
"*:\/\/*.iaai.com\/*"
]
}
],
"content_security_policy": {
"script-src": "'self'",
"object-src": "'self'"
}
}