아이엠데이 뉴스 빨리보기

아이엠데이 뉴스 빨리보기

아이엠데이 뉴스를 크롬 플러그인을 통해 쉽고 빠르게 보세요

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "아이엠데이 뉴스를 크롬 플러그인을 통해 쉽고 빠르게 보세요",
  "background": {
    "scripts": [
      "storage.js",
      "background.js"
    ]
  },
  "name": "아이엠데이 뉴스 빨리보기",
  "permissions": [
    "notifications",
    "http://www.iamday.net/"
  ],
  "manifest_version": 2,
  "version": "1.0.2"
}