Guitar Tuner - Tune by Ear

Guitar Tuner - Tune by Ear

Guitar tuner by ear: 12 different tunings

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Guitar Tuner - Tune by Ear",
  "short_name": "Guitar Tuner",
  "description": "Guitar tuner by ear: 12 different tunings",
  "version": "1.1.5",
  "browser_action": {
    "default_icon": "assets/images/icon.png",
    "default_popup": "index.html"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "assets/images/icon16.png",
    "128": "assets/images/icon128.png"
  }
}