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": "__MSG_appName__",
"author": "Grabley.Net",
"version": "2.1.0",
"description": "__MSG_appDescription__",
"default_locale": "en",
"icons": {
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"minimum_chrome_version": "89",
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.co.uk\/*",
"*:\/\/www.amazon.ca\/*",
"*:\/\/www.amazon.com.mx\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.aliexpress.com\/*"
],
"js": [
"content.bundle.js"
]
}
],
"action": {
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"externally_connectable": {
"matches": [
"*:\/\/drop.grabley.loc\/*",
"*:\/\/drop.grabley.net\/*"
]
},
"homepage_url": "https:\/\/grabley.net",
"permissions": [
"cookies",
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/*.grabley.net\/*",
"*:\/\/*.grabley.loc\/*",
"*:\/\/*.ebay.com\/*",
"*:\/\/*.ebay.ca\/*",
"*:\/\/*.ebay.co.uk\/*",
"*:\/\/*.ebay.de\/*",
"*:\/\/*.ebay.es\/*",
"*:\/\/*.ebay.it\/*",
"*:\/\/*.ebay.fr\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.walmart.com\/*",
"https:\/\/www.walmart.com\/*",
"*:\/\/*.banggood.com\/*",
"*:\/\/*.bonanza.com\/*",
"*:\/\/*.overstock.com\/*",
"*:\/\/*.aliexpress.us\/*",
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.aliexpress.ru\/*",
"*:\/\/*.gearbest.com\/*",
"*:\/\/*.webstaurantstore.com\/*",
"*:\/\/*.chewy.com\/*",
"*:\/\/*.etsy.com\/*",
"*:\/\/*.sephora.com\/*",
"*:\/\/*.homedepot.com\/*",
"*:\/\/*.zoro.com\/*",
"*:\/\/*.lowes.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"*:\/\/*.amazon.com\/*"
]
},
{
"resources": [
"manifest.json"
],
"matches": [
"*:\/\/drop.grabley.loc\/*",
"*:\/\/drop.grabley.net\/*"
]
}
],
"content_security_policy": {
"extension_pages": "default-src 'none'; script-src 'self'; connect-src 'self' *; img-src 'self'; style-src 'self' 'unsafe-inline';base-uri 'self';form-action 'self'"
}
}