Inspect and view changes in AddToCalendar for HLTV.org 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": 2,
"name": "AddToCalendar for HLTV.org",
"version": "0.1.4",
"description": "Never miss your exciting CSGO matches, just add them to your favorite calendar on HLTV.org.",
"author": "Yash Talwar",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*.hltv.org/*"
],
"js": [
"js/AddButton.js"
],
"css": [
"css/style.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{61dccafc-efed-4858-be62-d47d505767d3}"
}
}
}