Inspect and view changes in GcalColor source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "GcalColor",
"description": "Colorize events in the new Google Calendar. (Keywords: Gcal color colors event)",
"version": "0.40",
"author": "Alan deLespinasse",
"homepage_url": "https://github.com/adelespinasse/gcalcolor",
"icons": {
"16": "icon16.png",
"48": "icon48.png"
},
"content_scripts": [
{
"matches": [
"*://calendar.google.com/calendar*"
],
"js": [
"content.js"
]
}
]
}