{
  "name": "Brizer-crx",
  "description": "Brizer's tool",
  "version": "0.0.2",
  "manifest_version": 2,
  "browser_action": {
    "default_title": "Brizer's tool",
    "default_popup": "ui/popup/index.html",
    "default_icon": {
      "38": "icons/icons8-b-38.png",
      "19": "icons/icons8-b-19.png"
    }
  },
  "icons": {
    "16": "icons/icons8-b-16.png",
    "48": "icons/icons8-b-48.png",
    "128": "icons/icons8-b-64.png"
  },
  "background": {
    "persistent": true,
    "page": "background/index.html"
  },
  "chrome_url_overrides": {
    "newtab": "ui/newtab/index.html"
  },
  "content_scripts": [
    {
      "matches": ["<all_urls>"],
      "js": ["inject/index.js"],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "contextMenus",
    "<all_urls>"
  ]
}
