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": "Zumiez Patch",
"short_name": "Patch",
"version": "1.2.2",
"description": "Patch for zumiez website",
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.zumiez.com\/*",
"https:\/\/www.zumiez.ca\/*"
],
"js": [
"script.js"
]
}
],
"host_permissions": [
"https:\/\/www.zumiez.com\/",
"https:\/\/www.zumiez.ca\/"
]
}