New네이버

New네이버

웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New네이버",
  "version": "0.2",
  "author": "joyfuI",
  "description": "웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.",
  "homepage_url": "https://github.com/joyfuI/NewNaver",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "*://*.naver.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "manifest_version": 2
}