Inspect and view changes in TC Meditation Timer 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": 3,
"name": "TC Meditation Timer",
"version": "1.0",
"description": "A simple extension that allows users to set timers for meditation sessions.",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "assets/images/icon-16.png",
"32": "assets/images/icon-32.png",
"48": "assets/images/icon-48.png",
"128": "assets/images/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "tcmeditationtimer_webmateapp@gmail.com"
}
}
}