Inspect and view changes in Reminder to check Google Calendar at startup 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
{
"manifest_version": 2,
"name": "Reminder to check Google Calendar at startup",
"description": "Reminds you to check your schedule on Google Calendar at browser startup and every 5 minutes until disabled",
"version": "1.0.1",
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{c36e5348-9ca9-48d3-b111-34e714c3bdb5}",
"strict_min_version": "90.0"
}
},
"browser_action": {
"default_icon": "google_calendar_icon.svg"
},
"permissions": [
"notifications"
]
}