Inspect and view changes in Guitar Tuner - Bass Tuner - Ukulele Tuner 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": "Guitar Tuner - Bass Tuner - Ukulele Tuner",
"description": "Online Tuner is a free web tool to help you tune you string instrument. Supporting guitars, ukulele, cello, violin, bass and more",
"version": "1.2",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"app": {
"urls": [
"http://onlinetuner.me/"
],
"launch": {
"web_url": "http://onlinetuner.me/"
}
}
}