Fleedom

Fleedom

Creates distractions to end unwanted conversations at your computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fleedom",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Creates distractions to end unwanted conversations at your computer",
  "permissions": [
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery-3.1.1.js",
      "background.js"
    ]
  },
  "commands": {
    "text-hotkey": {
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      },
      "description": "Sends text"
    },
    "alert-hotkey": {
      "suggested_key": {
        "default": "Ctrl+Shift+M"
      },
      "description": "Activates alert"
    },
    "error-hotkey": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Opens error page"
    }
  }
}