Version 0.2.0 View in Chrome Web Store
https://clients2.google.com/service/update2/crx | https://calendar.google.com/ |
{ "name": "Google Calendar Gray Weekends", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "action": { "default_popup": "popup.html" }, "version": "0.2.0", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Color weekends (or any other day) in Google Calendar", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_idle", "matches": [ "https://calendar.google.com/*" ] } ], "manifest_version": 3, "content_security_policy": {} }