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": "Smart Trip Pin for Google Calendar", "version": "1.9.6", "description": "Use Google apps to find lodging, driving directions, car, air and curated content nearby your location.", "permissions": [ "activeTab", "scripting", "storage", "geolocation", "contextMenus" ], "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" } }