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": "CarFlipIQ Analyzer",
"version": "2.1",
"description": "Injects profitability data from CarFlipIQ on auction sites.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.copart.com\/*",
"https:\/\/copart.com\/*",
"https:\/\/www.iaai.com\/*",
"https:\/\/iaai.com\/*",
"https:\/\/*.manheim.com\/*",
"https:\/\/fb-production-d03b.up.railway.app\/*",
"https:\/\/carflipiq.com\/*"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.copart.com\/*",
"https:\/\/copart.com\/*",
"https:\/\/www.iaai.com\/*",
"https:\/\/iaai.com\/*",
"https:\/\/*.manheim.com\/*",
"https:\/\/manheim.com\/*",
"https:\/\/fb-production-d03b.up.railway.app\/*",
"https:\/\/carflipiq.com\/*",
"http:\/\/localhost\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
]
}