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",
"background": {
"service_worker": "\/js\/background.js"
},
"icons": {
"16": "images\/1623659408791-smallLogo.png",
"48": "images\/1623659408838-mediumLogo.png",
"128": "images\/1623659408973-largeLogo.png"
},
"action": {
"default_popup": ".\/login.html",
"default_title": "Mad Ader"
},
"content_scripts": [
{
"css": [
"css\/content.css"
],
"js": [
"js\/vendor.js",
"js\/sweetalert2.all.min.js",
"js\/helper.js",
"js\/content.js"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
],
"description": "The Mad Ader is your solution to creating proven profitable FB ads",
"manifest_version": 3,
"name": "Mad Ader",
"options_page": ".\/dashboard.html",
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"https:\/\/www.googleapis.com\/",
"https:\/\/www.googleapis.com\/auth\/drive",
"https:\/\/www.googleapis.com\/auth\/spreadsheets"
],
"host_permissions": [
"*:\/\/*.facebook.com\/*"
],
"version": "1.0.69",
"web_accessible_resources": [
{
"resources": [
"css\/contentScript.css",
"images\/*"
],
"matches": [
"*:\/\/*.facebook.com\/*"
]
}
],
"short_name": "MA"
}