Hum Personal Sounscapes

Hum Personal Sounscapes

Create a hum - your own personal soundscape. Fade out the world and focus in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hum Personal Sounscapes",
  "description": "Create a hum - your own personal soundscape. Fade out the world and focus in.",
  "homepage_url": "https://mehughes124.github.io/hum",
  "version": "0.0.5",
  "manifest_version": 3,
  "action": {
    "default_title": "Hum - Manifest V3",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/hum_logo16.png",
      "32": "images/hum_logo32.png",
      "48": "images/hum_logo48.png",
      "128": "images/hum_logo128.png"
    }
  },
  "icons": {
    "16": "images/hum_logo16.png",
    "32": "images/hum_logo32.png",
    "48": "images/hum_logo48.png",
    "128": "images/hum_logo128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "offscreen"
  ]
}