비잉 매일 성경구절

비잉 매일 성경구절

매일 성경구절과 나의 소명/미션/비전을 새로운 탭에서 확인합니다.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "비잉 매일 성경구절",
  "description": "매일 성경구절과 나의 소명/미션/비전을 새로운 탭에서 확인합니다.",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "192": "logo32.png"
  },
  "action": {
    "default_title": "비잉 매일 성경구절",
    "default_icon": "logo32.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "index.html",
  "permissions": [
    "storage"
  ]
}