Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WalyMetrics - Walmart Product Research",
"version": "1.3.5",
"description": "",
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background\/worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.walmart.com\/*"
],
"js": [
"content\/default.js"
],
"run_at": "document_start"
}
],
"side_panel": {
"default_path": "app.html"
},
"permissions": [
"storage",
"tabs",
"sidePanel",
"scripting"
],
"host_permissions": [
"https:\/\/api.walymetrics.com\/v1*",
"https:\/\/www.walmart.com\/orchestra\/home\/graphql*"
],
"web_accessible_resources": [
{
"resources": [
"content\/mp.js"
],
"matches": [
"https:\/\/www.walmart.com\/*"
]
}
]
}