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": "Group Booking Blocker Hub",
"version": "1.0.0",
"description": "Hides certain Action menu items when a Group Booking row is selected in Current RMS opportunities.",
"icons": {
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.current-rms.com\/opportunities\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"*:\/\/*.current-rms.com\/opportunities\/*"
],
"action": {
"default_icon": "icon48.png"
}
}