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",
"description": "Tool for online arbitrage and wholesale sellers. Quickly analyze products, calculate profits and perform bulk scans.",
"version": "0.0.0.1",
"manifest_version": 3,
"name": "Push Lap Wholesale - Amazon Product Research Tool",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"devtools_page": "devtools.html",
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
},
{
"resources": [
"_favicon\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"permissions": [
"storage",
"cookies",
"activeTab"
],
"host_permissions": [
"https:\/\/clerk.pushlapwholesale.com\/",
"http:\/\/128.199.8.117:8080\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
}
}