Calm and Relax

Calm and Relax

Calm and Relax - light nature sounds for meditation ,focus and clarity of mind .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Calm and Relax",
  "version": "1.0",
  "description": "Calm and Relax - light nature sounds for meditation ,focus and clarity of mind .",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}