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",
"name": "Audiencer fb interests finder",
"description": "Find profitable untapped Facebook\u2122 interests",
"manifest_version": 3,
"version": "1.0.6",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/web.facebook.com\/*"
],
"js": [
"content.js"
],
"css": [
"injectedStyles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"index.html"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage"
],
"action": [],
"icons": {
"16": "assets\/16.png",
"48": "assets\/48.png",
"128": "assets\/128.png"
}
}