Inspect and view changes in Easy Guitar 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",
"manifest_version": 2,
"name": "Easy Guitar Tuner",
"description": "Simple but useful online tuner. Tune your guitar Easily! Use the microphone to tune your guitar, violin, harmonica e.t.c",
"short_name": "Guitar Chromatic Tuner",
"version": "1.0.4",
"app": {
"urls": [
"https://onlinetuner.us/"
],
"launch": {
"web_url": "https://onlinetuner.us"
}
},
"related_applications": [
{
"platform": "play",
"id": "air.Tunner"
}
],
"icons": {
"128": "icon_128.png"
},
"permissions": []
}