Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SMARTlauncher for Google Chrome Apps\/Calendar", "version": "2.0.0", "description": "SMARTlauncher uses Google Calendar\/Apps to find lodging, directions, car, air & curated content all nearby \u2014right from your browser", "permissions": [ "activeTab", "scripting", "storage", "geolocation", "contextMenus" ], "host_permissions": [ "https:\/\/portal.solutionz.com\/*", "https:\/\/widget-api.solutionz.com\/*", "https:\/\/www.priceline.com\/*", "https:\/\/help.solutionz.com\/*", "https:\/\/chargerzilla.com\/*", "https:\/\/www.gasbuddy.com\/*", "https:\/\/www.eaglerider.com\/*" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Use Google apps to find lodging, driving directions, car, air and curated content nearby your location.", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "images\/*", "*.css", "*.js" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; frame-src *; object-src 'self';" } }