Inspect and view changes in Ad Manager Pro for Facebook™ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Ad Manager Pro for Facebookâ„¢",
"version": "1.0.3",
"version_name": "1.0.3",
"description": "Ad Manager Pro for Facebook is the ultimate time-saving tool that empowers you to efficiently manage thousands ad accounts",
"action": {
"default_icon": "icon-512.png",
"default_popup": "src/popup/index.html"
},
"options_ui": {
"page": "src/options/index.html",
"open_in_tab": true
},
"content_scripts": [
{
"js": [
"assets/main.tsx-loader-0703da67.js"
],
"matches": [
"https://*.facebook.com/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src/assets/logo.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"https://*.facebook.com/*"
],
"resources": [
"assets/jsx-runtime-07fa3a29.js",
"assets/index-bb30cc9b.js",
"assets/_commonjsHelpers-52dcbb45.js",
"assets/main.tsx-aeecb005.js"
],
"use_dynamic_url": true
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icon-512.png",
"48": "icon-512.png",
"128": "icon-512.png"
},
"permissions": [
"declarativeNetRequest",
"cookies",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}