Can You Sing It?

Can You Sing It?

By using this app, you can measure the vocal difficulty of the song you listen from web like youtube every seconds. And also by…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Can You Sing It?",
  "version": "1.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Can You Sing It?"
  },
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "tabCapture",
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'sha256-7ltyGuvUvUHfZoujuANRxeCXni9jciuAZu3yp5PSsjI='; object-src 'self'"
}