Productivity Beats

Productivity Beats

Block time consuming sites and listen to your favorite beats while focusing on your work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Productivity Beats",
  "description": "Block time consuming sites and listen to your favorite beats while focusing on your work.",
  "version": "0.2.1",
  "browser_action": {
    "default_icon": {
      "38": "images/icon38.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://maxcdn.bootstrapcdn.com https://ajax.googleapis.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs"
  ]
}