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",
"version": "1.00.12",
"manifest_version": 3,
"name": "Engagement Rocket Pro",
"description": "Interact with your Facebook friends on autopilot and get more engagement, leads and sales.",
"content_scripts": [
{
"matches": [
"https:\/\/mbasic.facebook.com\/*",
"https:\/\/www.facebook.com\/"
],
"js": [
"lib\/js\/browser-polyfill.js",
"lib\/js\/jquery-3.2.1.min.js",
"lib\/js\/moment.min.js",
"js\/content.js"
],
"css": [
"lib\/css\/style.css"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Engagement Rocket Pro"
},
"permissions": [
"storage",
"unlimitedStorage",
"alarms"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158069-small_icon.png",
"48": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158132-medium_icon.png",
"128": "images\/5fda20951c35d67802639897-Engagement_Rocket_Pro-1675839158181-large_icon.png"
},
"short_name": "ERP"
}