Inspect and view changes in Dr. Beat 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",
"name": "Dr. Beat",
"description": "Dr. Beat metronome helps your practice in maintaining a consistent tempo.",
"version": "1.0.14",
"manifest_version": 2,
"homepage_url": "http://github.com/jungilhan/dr.beat",
"icons": {
"16": "images/icon16x16.png",
"24": "images/icon24x24.png",
"48": "images/icon48x48.png",
"128": "images/icon128x128.png"
},
"app": {
"launch": {
"local_path": "index.html"
}
}
}