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": "Ideadar - Business Idea Scout",
"version": "0.0.2",
"description": "Automatically discover and validate business ideas from X",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApKO9phpvTZYKpMXxYQuUzAf4WpPMcWUl9s7rvqvXp+78L9\/cNF01G82EgeEFyC\/Mg2c2CP99P6w65tx1t2jd6tXITZTvOQveMhEuu9D9Tss\/ZiwI\/7eo7mfAojUWuQQ\/lFpKFrgpN5sh0QbtGlOprAvG5AMgrLtVTiQteBrKcWMzHf\/8ZRQ5ixKr+XJvAuPJaC12mirwE+bKng7JzEpeWmIlalo8zv2ODN5V0wARfIF0LbP\/n7nXqRnxs2T0pqVs8Yfqlh08JC\/TLBCuylwKr8QchfuPJ0IjRaFGxqGmCvXoezzOfqsCwW8rSTFrwLddJa\/6\/wWkR9GN65VHeiAjLwIDAQAB",
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-DOXlRdFH.js"
],
"matches": [
"*:\/\/x.com\/*",
"*:\/\/twitter.com\/*"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"tabs",
"alarms"
],
"host_permissions": [
"https:\/\/*.supabase.co\/*",
"https:\/\/ideadar.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/twitter.com\/*",
"*:\/\/x.com\/*"
],
"resources": [
"src\/floating\/index.html",
"src\/floating\/*",
"src\/lib\/*",
"assets\/*",
"icons\/*",
"assets\/apexcharts.common-BFGzCOq_.js",
"assets\/_commonjsHelpers-BosuxZz1.js",
"assets\/index.ts-mlNZVxSi.js"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"auth-callback.html",
"auth-callback.js"
],
"use_dynamic_url": false
}
]
}