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, "version": "0.0.0.3", "name": "Itinera \u2013 Plan Your Trip In Seconds", "description": "Discover attractions in cities worldwide. Seamlessly integrate them into your Google Calendar for convenient trip planning.", "author": "Itinera Development Team", "permissions": [ "webNavigation", "tabs", "scripting", "background", "storage" ], "host_permissions": [ "https:\/\/calendar.google.com\/*", "https:\/\/europe-west3-itinera-e3343.cloudfunctions.net\/*" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "assets\/icon-filled-16.png", "48": "assets\/icon-filled-48.png", "128": "assets\/icon-filled-128.png" } }, "icons": { "16": "assets\/icon-filled-16.png", "48": "assets\/icon-filled-48.png", "128": "assets\/icon-filled-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/*.*", "sidebar\/sidebar.html", "sidebar\/sidebar.css", "sidebar\/sidebar.js", "scripts\/google-analytics.js" ], "matches": [ "*:\/\/*.google.com\/*" ] } ], "background": { "service_worker": "service-worker.js", "type": "module" } }