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": "Underpriced - AI Profit Checker for Resellers",
"version": "1.1.2",
"description": "AI Reseller app profit checker for thrift stores, Facebook Marketplace & retail arbitrage. What is this worth?",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png"
},
"default_title": "Analyze this deal"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"contextMenus",
"notifications",
"scripting"
],
"host_permissions": [
"https:\/\/underpriced.app\/*",
"https:\/\/*.underpriced.app\/*"
],
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/underpriced.app\/*",
"https:\/\/*.underpriced.app\/*"
],
"js": [
"content\/content.js"
],
"css": [
"content\/content.css"
],
"run_at": "document_end"
}
],
"commands": {
"analyze-page": {
"suggested_key": {
"default": "Alt+U",
"mac": "Alt+U"
},
"description": "Analyze current page with Underpriced"
}
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"https:\/\/underpriced.app\/*",
"https:\/\/*.underpriced.app\/*"
]
}
]
}