3DWave - Tune your brainwaves using any music

3DWave - Tune your brainwaves using any music

Use any music of your choice to improve your concentration, productivity and focus or to relax. 3DWave uses the scientific…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "256": "icons/icon_off_256.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "3DWave - Tune your brainwaves using any music"
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "256": "icons/icon_256.png"
  },
  "manifest_version": 2,
  "name": "3DWave - Tune your brainwaves using any music",
  "short_name": "3DWave",
  "permissions": [
    "tabCapture",
    "activeTab",
    "alarms",
    "storage"
  ],
  "version": "0.1.2",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}