Binaural Beats

Binaural Beats

Binaural Beats Chrome extension elevates your mental wellbeing, by helping you boost your focus & relieve stress.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Binaural Beats",
  "short_name": "Binaural Beats",
  "version": "1.0.0",
  "homepage_url": "https://browsebetter.io",
  "description": "Binaural Beats Chrome extension elevates your mental wellbeing, by helping you boost your focus & relieve stress.",
  "action": {
    "default_icon": {
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "128": "images/128.png"
    },
    "default_title": "Binaural Beats [Alt + B]"
  },
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "background",
    "storage"
  ],
  "icons": {
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "offline_enabled": true,
  "author": "Binaural Beats",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+B",
        "windows": "Alt+B",
        "mac": "Alt+B",
        "chromeos": "Alt+B",
        "linux": "Alt+B"
      },
      "description": "Press Alt + B to toggle the Binaural Beats"
    }
  }
}