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": "Nepeto Alert",
"version": "1.1",
"description": "Nepeto Alert! Receive alerts about product availability from hundreds of suppliers, including Walmart, Kohl's and more!",
"action": {
"default_icon": "favicon.ico",
"default_nepeto": "nepeto.html"
},
"icons": {
"48": "favicon.ico"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.amazon.com\/*"
],
"js": [
"nepeto.js"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/www.amazon.com\/*"
]
}
]
}
]
}