이지쿠팡 (Easy_Coupang)

이지쿠팡 (Easy_Coupang)

You can find products easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "이지쿠팡 (Easy_Coupang)",
  "description": "You can find products easily.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "/img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}