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",
"name": "Holly: Automated bookings & client engagement",
"description": "Automate bookings and client engagement, 24\/7 from calls, texts or web visits with Holly AI Assistant synced to your Google Calendar",
"version": "1.0.28",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/calendar.google.com\/*"
],
"js": [
"index.js"
],
"css": [
"index.css"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.nimblr.co\/*"
]
},
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/holly_16.png",
"32": "\/images\/holly_32.png",
"48": "\/images\/holly_48.png",
"128": "\/images\/holly_128.png"
}
},
"icons": {
"16": "\/images\/holly_16.png",
"32": "\/images\/holly_32.png",
"48": "\/images\/holly_48.png",
"128": "\/images\/holly_128.png"
}
}