Zen noise

Zen noise

Background noise to improve your productivity (rain and thunder, birds, cafe)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zen noise",
  "description": "Background noise to improve your productivity (rain and thunder, birds, cafe)",
  "version": "1.0",
  "author": "Sakalou Aliaksei",
  "homepage_url": "https://zennoise.github.io",
  "browser_action": {
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "128": "images/logo_128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "background"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "offline_enabled": true
}