Tide - Focus Timer & White Noise

Tide - Focus Timer & White Noise

Tide offers you the best focus timer with natural white noise. Stay focused and increase productivity with Tide!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1.7",
  "default_locale": "en_US",
  "icons": {
    "16": "tide_16.png",
    "48": "tide_48.png",
    "128": "tide_128.png"
  },
  "web_accessible_resources": [
    "tide_128.png"
  ],
  "browser_action": {
    "default_icon": {
      "16": "tide_16.png",
      "48": "tide_48.png"
    },
    "default_title": "__MSG_browserIconTitle__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "homepage_url": "https://tide.fm",
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "block.css"
      ],
      "run_at": "document_start",
      "js": [
        "chunk-vendors.js",
        "content.js"
      ]
    }
  ]
}