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": "Sync Webhooks: Data Transfer and AI Assistant",
"version": "2.0.2",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzsAcZIylROW1vMZP3MO0+JHwjemeH8vo9UuwlUJ6wag\/MLkQ4oXszGjbxVjh2TiW6++UGYMOBXrqIka3+as6+mC5cE10PEbCEPlK4J0neiqhUjSEjMK7qSu5LmiXxdpBvE+hkXiBP\/1W9q7p\/r8H4Oxwj1BX9gTR6cVDLgWLGNabR1O\/j5pxO9qogAzHlQrarW\/VaVyayFFkCMPCv01P0IKBhYt2EoWs67jt7yvDY3w7pq4Fi7xUGcztzhMbuj9qZSe\/7RBlSqUm+V3o+eJBbpOsAdpdB3pd2jEWlAhyZz7lTkLjUIer1oykMvkv\/\/4kMQ4AnX55QSDVbuLfMCkjIQIDAQAB",
"description": "Sync Webhooks Automation & AI for seamless data transfer and content creation, boosting productivity with smart AI agents.",
"permissions": [
"contextMenus",
"storage",
"activeTab",
"unlimitedStorage",
"notifications"
],
"background": {
"service_worker": "dist\/background.bundle.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon sync webhooks 16.png",
"32": "icons\/icon sync webhooks 32.png",
"48": "icons\/icon sync webhooks 48.png",
"64": "icons\/icon sync webhooks 64.png",
"128": "icons\/icon sync webhooks 128.png"
}
},
"icons": {
"16": "icons\/icon sync webhooks 16.png",
"32": "icons\/icon sync webhooks 32.png",
"48": "icons\/icon sync webhooks 48.png",
"64": "icons\/icon sync webhooks 64.png",
"128": "icons\/icon sync webhooks 128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"images\/sync webhooks.svg",
"images\/linkedin.svg",
"images\/facebook.svg",
"images\/refresh.svg",
"images\/left_arrow.svg",
"images\/right_arrow.svg",
"images\/error.png",
"images\/success.png",
"libs\/Sortable.min.js",
"icons\/buttons\/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/content.bundle.js"
],
"run_at": "document_start"
}
]
}