KaKaoBank Agit Watcher

KaKaoBank Agit Watcher

아지트 멘션 관리자(카카오뱅크)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KaKaoBank Agit Watcher",
  "description": "아지트 멘션 관리자(카카오뱅크)",
  "version": "0.1.1",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_title": "멘션 관리자 열기!",
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    }
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "options_ui": {
    "chrome_style": false,
    "page": "options.html"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "tabs",
    "https://kakaobankcowork.agit.io/"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+K",
        "mac": "Command+Shift+K",
        "chromeos": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      }
    }
  }
}