10-Second Focus

10-Second Focus

Distraction deterrent!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "10-Second Focus",
  "manifest_version": 2,
  "version": "0.13",
  "description": "Distraction deterrent!",
  "icons": {
    "16": "view/img/img38.png",
    "48": "view/img/img48.png",
    "128": "view/img/img128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "page": "bg.html",
    "persistent": false
  },
  "options_page": "view/options.html",
  "web_accessible_resources": [
    "view/js/jquery.min.map",
    "view/deterrent.html"
  ],
  "browser_action": {
    "default_icon": {
      "38": "view/img/img38.png",
      "48": "view/img/img48.png"
    },
    "default_title": "10-Second Focus",
    "default_popup": "view/popup.html"
  }
}