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": "Calendar View Tab", "description": "Google Calendar events on your new tab", "version": "1.3", "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "853602354423-m2qjkc74g3rmn4s6dhqdnev3us7i95vk.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } }