Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Oct 06, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "booteek AI - Restaurant & Hospitality AI Assistant", "version": "3.1.0", "description": "AI Smart Assistant for restaurant & bar owners- simple reputation management & powerful AI Insights. Get AI-visible in 3 months!", "permissions": [ "storage", "contextMenus", "alarms", "scripting" ], "host_permissions": [ "https:\/\/business.google.com\/*", "https:\/\/www.tripadvisor.com\/*", "https:\/\/www.tripadvisor.co.uk\/*", "https:\/\/tripadvisor.com\/*", "https:\/\/tripadvisor.co.uk\/*", "https:\/\/guestcenter.opentable.com\/*", "https:\/\/restaurant.opentable.com\/*", "https:\/\/www.opentable.com\/*", "https:\/\/www.theforkmanager.com\/*", "https:\/\/theforkmanager.com\/*", "https:\/\/www.thefork.com\/*", "https:\/\/thefork.com\/*", "https:\/\/pro.lafourchette.com\/*", "https:\/\/www.lafourchette.com\/*", "https:\/\/business.facebook.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/app.sevenrooms.com\/*", "https:\/\/www.sevenrooms.com\/*", "https:\/\/designmynight.com\/*", "https:\/\/www.designmynight.com\/*", "https:\/\/booteek.ai\/*" ], "background": { "service_worker": "src\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/business.google.com\/*", "https:\/\/www.tripadvisor.com\/*", "https:\/\/www.tripadvisor.co.uk\/*", "https:\/\/tripadvisor.com\/*", "https:\/\/tripadvisor.co.uk\/*", "https:\/\/guestcenter.opentable.com\/*", "https:\/\/restaurant.opentable.com\/*", "https:\/\/www.opentable.com\/*", "https:\/\/www.theforkmanager.com\/*", "https:\/\/theforkmanager.com\/*", "https:\/\/www.thefork.com\/*", "https:\/\/thefork.com\/*", "https:\/\/pro.lafourchette.com\/*", "https:\/\/www.lafourchette.com\/*", "https:\/\/business.facebook.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/instagram.com\/*", "https:\/\/app.sevenrooms.com\/*", "https:\/\/www.sevenrooms.com\/*", "https:\/\/designmynight.com\/*", "https:\/\/www.designmynight.com\/*" ], "js": [ "src\/word-cloud.js", "src\/business-hours-form.js", "src\/photos-menu-uploader.js", "src\/content-platform-magic.js" ], "css": [ "src\/content.css" ], "run_at": "document_end" } ], "action": { "default_popup": "public\/popup-premium.html", "default_title": "booteek AI Review Hub", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "icons\/platform-icons\/*", "src\/tracking.js", "src\/lib\/chrome-summarizer.js", "src\/waitlist-integration.js", "src\/popup-premium.js", "src\/analytics-integration.js", "src\/word-cloud.js", "src\/business-hours-form.js", "src\/photos-menu-uploader.js" ], "matches": [ "<all_urls>" ] } ], "commands": { "open-helper": { "suggested_key": { "default": "Ctrl+Shift+B", "mac": "Command+Shift+B" }, "description": "Open booteek Response Helper" }, "generate-response": { "suggested_key": { "default": "Ctrl+Shift+G", "mac": "Command+Shift+G" }, "description": "Generate AI response" } }, "options_page": "public\/options.html", "minimum_chrome_version": "138", "author": "booteek.ai - AI Review Intelligence for Restaurants & Bars", "homepage_url": "https:\/\/booteek.ai" }