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": "Weeklyer - Productivity Tab", "version": "1.1.0", "icons": { "16": "icons\/circle-calendar-clock-16.png", "32": "icons\/circle-calendar-clock-32.png", "48": "icons\/circle-calendar-clock-48.png", "128": "icons\/circle-calendar-clock-128.png" }, "action": { "default_icon": { "16": "icons\/circle-calendar-clock-16.png", "32": "icons\/circle-calendar-clock-32.png", "48": "icons\/circle-calendar-clock-48.png", "128": "icons\/circle-calendar-clock-128.png" }, "default_popup": "popup.html" }, "description": "Weeklyer - A simple productivity tool", "permissions": [ "identity", "alarms", "notifications", "bookmarks", "storage" ], "host_permissions": [ "https:\/\/www.googleapis.com\/" ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "widgets" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "oauth2": { "client_id": "1066514057828-j4cf3jau6o7ltdb5f1pronidqq6k696i.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly", "https:\/\/www.googleapis.com\/auth\/calendar.events", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }