전화번호안심로그인

전화번호안심로그인
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "전화번호안심로그인",
  "version": "1.0.6.2",
  "manifest_version": 2,
  "description": "전화번호안심로그인",
  "icons": {
    "16": "icons/icon_16x16.png",
    "48": "icons/icon_48x48.png",
    "128": "icons/icon_128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon_19x19.png",
      "38": "icons/icon_38x38.png"
    },
    "default_title": "전화번호안심로그인"
  },
  "background": {
    "scripts": [
      "js/jquery-1.10.2.js",
      "js/jquery-ui.min-1.11.4.js",
      "js/pnacl-common.js",
      "js/atIpassUtil.js",
      "js/atIpassStorage.js",
      "js/atIpassLayout.js",
      "js/atIpassProtocol.js",
      "js/atIpassListener.js",
      "js/atIpass.js",
      "js/crypto-core-min.js",
      "js/crypto-aes.js",
      "js/stringUtil.js",
      "background/page.js",
      "background/init.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery-1.10.2.js",
        "js/jquery-ui.min-1.11.4.js",
        "js/pnacl-common.js",
        "js/atIpassUtil.js",
        "js/atIpassStorage.js",
        "js/atIpassLayout.js",
        "js/atIpassProtocol.js",
        "js/atIpassListener.js",
        "js/atIpass.js",
        "js/crypto-core-min.js",
        "js/crypto-aes.js",
        "js/stringUtil.js"
      ],
      "css": [
        "css/atIpass.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "web/*",
    "images/*",
    "css/*",
    "pnacl/*"
  ],
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "management",
    "http://*/",
    "https://*/"
  ]
}