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": "GruFlu",
"description": "GruFlu quickly finds the top influencers and top influential posts in any facebook group.",
"version": "1.0.61",
"manifest_version": 3,
"action": {
"default_popup": "login.html",
"default_title": "GruFlu"
},
"icons": {
"16": "images\/1635350191339-smallLogo.png",
"48": "images\/1635350191493-mediumLogo.png",
"128": "images\/1635350191555-largeLogo.png"
},
"background": {
"service_worker": "js\/backgroundWrapper.min.js"
},
"content_scripts": [
{
"css": [
"css\/content.css"
],
"js": [
".\/js\/jquery.min.js",
".\/js\/content.min.js"
],
"matches": [
"https:\/\/*.facebook.com\/*"
]
}
],
"permissions": [
"tabs",
"storage",
"notifications"
],
"options_page": "dashboard1.html",
"web_accessible_resources": [
{
"resources": [
"images\/16X16.png",
"images\/48X48.png",
"images\/128X128.png"
],
"matches": [
"<all_urls>",
"https:\/\/*.facebook.com\/*"
]
}
],
"short_name": "G"
}