4BOSELL HELPER

4BOSELL HELPER

크로스보더를 위한 맞춤 솔루션 4BOSELL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "4BOSELL HELPER",
  "version": "0.0.2",
  "description": "크로스보더를 위한 맞춤 솔루션 4BOSELL",
  "permissions": [
    "tabs",
    "notifications",
    "http://*/",
    "https://*/",
    "storage"
  ],
  "browser_action": {
    "default_icon": "logo_5.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "logo_5.png",
    "48": "logo_5.png",
    "128": "logo_5.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}