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_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.0.2",
"homepage_url": "https:\/\/yelp-scraper.niomaker.com\/",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.yelp.com\/*",
"*:\/\/*.yelp.dk\/*",
"*:\/\/*.yelp.fi\/*",
"*:\/\/*.yelp.be\/*",
"*:\/\/*.yelp.es\/*",
"*:\/\/*.yelp.ch\/*",
"*:\/\/*.yelp.pt\/*",
"*:\/\/*.yelp.ca\/*",
"*:\/\/*.yelp.cz\/*",
"*:\/\/*.yelp.de\/*",
"*:\/\/*.yelp.fr\/*",
"*:\/\/*.yelp.se\/*",
"*:\/\/*.yelp.pl\/*",
"*:\/\/*.yelp.nl\/*",
"*:\/\/*.yelp.cl\/*",
"*:\/\/*.yelp.no\/*",
"*:\/\/*.yelp.it\/*",
"*:\/\/*.yelp.com.ph\/*",
"*:\/\/*.yelp.com.sg\/*",
"*:\/\/*.yelp.co.jp\/*",
"*:\/\/*.yelp.com.tw\/*",
"*:\/\/*.yelp.com.hk\/*",
"*:\/\/*.yelp.com.mx\/*",
"*:\/\/*.yelp.com.tr\/*",
"*:\/\/*.yelp.co.uk\/*",
"*:\/\/*.yelp.co.nz\/*",
"*:\/\/*.yelp.com.ar\/*",
"*:\/\/*.yelp.com.br\/*",
"*:\/\/*.yelp.com.au\/*",
"*:\/\/*.yelp.my\/*",
"*:\/\/*.yelp.at\/*",
"*:\/\/*.yelp.ie\/*"
],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*.yelp.com\/*",
"*:\/\/*.yelp.dk\/*",
"*:\/\/*.yelp.fi\/*",
"*:\/\/*.yelp.be\/*",
"*:\/\/*.yelp.es\/*",
"*:\/\/*.yelp.ch\/*",
"*:\/\/*.yelp.pt\/*",
"*:\/\/*.yelp.ca\/*",
"*:\/\/*.yelp.cz\/*",
"*:\/\/*.yelp.de\/*",
"*:\/\/*.yelp.fr\/*",
"*:\/\/*.yelp.se\/*",
"*:\/\/*.yelp.pl\/*",
"*:\/\/*.yelp.nl\/*",
"*:\/\/*.yelp.cl\/*",
"*:\/\/*.yelp.no\/*",
"*:\/\/*.yelp.it\/*",
"*:\/\/*.yelp.com.ph\/*",
"*:\/\/*.yelp.com.sg\/*",
"*:\/\/*.yelp.co.jp\/*",
"*:\/\/*.yelp.com.tw\/*",
"*:\/\/*.yelp.com.hk\/*",
"*:\/\/*.yelp.com.mx\/*",
"*:\/\/*.yelp.com.tr\/*",
"*:\/\/*.yelp.co.uk\/*",
"*:\/\/*.yelp.co.nz\/*",
"*:\/\/*.yelp.com.ar\/*",
"*:\/\/*.yelp.com.br\/*",
"*:\/\/*.yelp.com.au\/*",
"*:\/\/*.yelp.my\/*",
"*:\/\/*.yelp.at\/*",
"*:\/\/*.yelp.ie\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}