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": "GetNotified Seller Tracker",
"version": "2.3",
"description": "Real-time Sales Alerts & Ka-Ching Sound for Amazon Sellers.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp+nOT7olS1UE6nC\/OHxBsbTrmr8A00c+jh+I+7VDEjcY8Hdg9gQaanNBt+lnZMALZBDCjMbUFEUEvcwwoHn7KmpLO1vw8hlmn283rqyyoPXG2yHQiRIiCHGGJB3R6VN4g+znP7ySFqTzocQorQt106PQBv\/BTM49EC7zT8l6GLH6lk7Fk+NfTxvdUhrPRCX+5id5yILOE+Cfmn+dknYXfrBvZH\/JH\/iRYhfYHPHuOAE6\/KotJe3a8+KUyeg2Dkpo4RyASIivSzADlcvJEnGVYspBA8\/Hgv3FYaky8+DShXxo0jTKtRbVFme21REujW\/hcE\/gQFIGHwpivAFZ2tGErQIDAQAB",
"permissions": [
"storage",
"alarms",
"offscreen",
"identity"
],
"host_permissions": [
"https:\/\/*.amazonaws.com\/*",
"https:\/\/sellercentral.amazon.de\/*",
"https:\/\/sellercentral.amazon.com\/*",
"https:\/\/sellercentral.amazon.co.jp\/*"
],
"web_accessible_resources": [
{
"resources": [
"kaching.mp3",
"icon.png",
"offscreen.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "index.html",
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
}
}