Inspect and view changes in Timetable Assistant for XJTLU 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": "Timetable Assistant for XJTLU",
"version": "1.0",
"description": "The extension will help you to export the timetable from e-bridge to .ics file, which can easily be imported to your calendars",
"icons": {
"48": "icons/calendar.svg",
"96": "icons/calendar.svg"
},
"homepage_url": "https://jihulab.com/taicang/timetablebot-extension-firefox",
"permissions": [
"activeTab",
"downloads",
"tabs"
],
"browser_action": {
"default_icon": "icons/calendar.svg",
"default_title": "Timetable Assistant for XJTLU",
"default_popup": "html/index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{db65fd4c-3f15-41f6-ada6-c935097b1021}"
}
}
}