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": "Just Invite",
"description": "Just Invite helps you to invite your friends for your group or like your page.",
"version": "1.00.31",
"icons": {
"16": "images\/1650516856078-smallLogo.png",
"48": "images\/1650516856141-mediumLogo.png",
"128": "images\/1650516856221-largeLogo.png"
},
"action": {
"default_title": "Just Invite",
"default_popup": "dashboard.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
],
"js": [
"lib\/jquery-3.5.1.min.js",
"lib\/toastr.min.js",
"lib\/moment.min.js",
"js\/config.bundle.js",
"js\/fb_invite_automation.bundle.js"
],
"run_at": "document_end",
"css": [
"css\/invite_inj.css",
"css\/toastr.min.css"
]
}
],
"background": {
"service_worker": "js\/background.bundle.js"
},
"permissions": [
"alarms",
"tabs",
"windows",
"storage",
"clipboardRead",
"webRequest"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*",
"*:\/\/*.kyubi.io\/api\/*",
"*:\/\/*.justinvite.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/*.gif"
],
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/facebook.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'",
"content_scripts": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
},
"short_name": "JI"
}