오늘의 운세

오늘의 운세

오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "오늘의 운세",
  "short_name": "todayFortune",
  "description": "오늘의 운세::내 생년월일에 맞는 제대로 된 운세를 제공합니다. [자료제공 : http://www.erumy.com]",
  "version": "1.3",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "https://erumyasp.azurewebsites.net/",
    "http://erumyasp.azurewebsites.net/",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icon_19.png",
    "default_popup": "todayfortune.html"
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}