Breeze

Breeze

Make browsing a breeze. Bookmark, session, history managment made fun and easy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Breeze",
  "version": "0.3",
  "description": "Make browsing a breeze. Bookmark, session, history managment made fun and easy.",
  "author": "Nick Reynolds <[email protected]> (http://nickreynolds.net)",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+J"
      }
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_title": "Breeze",
    "default_popup": "react-popup/index.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "permissions": [
    "tabs"
  ]
}