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",
"name": "Walmart Search Suggestion Expander | Free Keyword Generator EcomStal",
"version": "3.0.0",
"description": "Expand the quantity of Walmart search suggestions displayed on the Walmart search result page, use the Google Chrome extension.",
"author": "Ecomstal",
"host_permissions": [
"*:\/\/*.walmart.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Walmart Keyword Research",
"default_icons": {
"32": "images\/walmart_iocn.png",
"48": "images\/walmart_iocn.png",
"128": "images\/walmart_iocn.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.walmart.com\/*"
],
"js": [
"main.js"
],
"css": [
"assets\/bootstrap\/dist\/css\/bootstrap.min.css"
],
"run_at": "document_end",
"resources": [
"images\/*"
]
}
],
"icons": {
"32": "images\/walmart_iocn.png",
"48": "images\/walmart_iocn.png",
"128": "images\/walmart_iocn.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"*:\/\/*.walmart.com\/*"
]
}
],
"manifest_version": 3
}