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": "GHL Page Jumper",
"version": "1.0.11",
"description": "Quickly jump to the editor for any GoHighLevel landing page",
"icons": {
"16": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png",
"48": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png",
"128": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png",
"48": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png",
"128": "lovable-uploads\/115d9097-5b10-4f62-be64-56f1a116110d.png"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.gohighlevel.com\/*",
"*:\/\/*.highlevellocal.com\/*",
"*:\/\/*.leadconnectorhq.com\/*",
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/utils\/fingerprinting.js",
"js\/utils\/trialUtils.js"
],
"matches": [
"<all_urls>"
]
}
]
}