Monotab: Curb your procrastination.

Monotab: Curb your procrastination.

Monotab: Curb your procrastination. You need no more than one tab to get things done.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Monotab: Curb your procrastination.",
  "short_name": "Monotab",
  "description": "Monotab: Curb your procrastination. You need no more than one tab to get things done.",
  "version": "1.0",
  "icons": {
    "128": "images/m_logo128px_large_black.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "background",
    "activeTab",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Toggle tab pin"
    }
  },
  "browser_action": {
    "default_icon": "images/m_logo128px_large_black.png",
    "default_title": "Monotab"
  }
}