일베알리미

일베알리미

일베전용 크롬 확장프로그램

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "일베알리미",
  "description": "일베전용 크롬 확장프로그램",
  "version": "1.0.2",
  "permissions": [
    "notifications",
    "http://www.ilbe.com/",
    "http://zvda.tistory.com/",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ],
    "pages": [
      "background.html"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}