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": "Niche Finder Pro - Google and Ahrefs combined",
"short_name": "Niche Finder Pro",
"version": "6.5.1",
"author": "Skylar Bolton",
"description": "Find low-competition local markets. Combines Google search data with Ahrefs for professional competitive analysis.",
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/nominatim.openstreetmap.org\/*"
],
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"cookies",
"declarativeNetRequestWithHostAccess"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"19": "web-icon-19.png",
"38": "web-icon-38.png"
}
},
"icons": {
"16": "web-icon-16.png",
"48": "web-icon-48.png",
"128": "web-icon-128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; connect-src https:\/\/*.callrise.co http:\/\/localhost:3000 https:\/\/nominatim.openstreetmap.org; object-src 'self';",
"service_worker": "script-src 'self'; connect-src https:\/\/nominatim.openstreetmap.org;"
}
}