LinkComment 某留

LinkComment 某留

Leave messages anywhere! "LinkComment某留" makes WWW your message board!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_applicationTitle__",
  "version": "1.0.5",
  "description": "__MSG_applicationDescription__",
  "default_locale": "zh_TW",
  "minimum_chrome_version": "40",
  "manifest_version": 2,
  "homepage_url": "https://www.linkcomment.com/",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "storage",
    "https://www.linkcomment.com/",
    "https://tw.dictionary.search.yahoo.com/",
    "https://dictionary.search.yahoo.com/",
    "tts",
    "notifications",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "assets/js/uuid.js",
      "assets/js/jquery-3.2.1.min.js",
      "background.js"
    ]
  },
  "options_page": "options/options.html",
  "browser_action": {
    "default_icon": "assets/images/logo_lc_48.png",
    "default_title": "__MSG_applicationTitle__",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "assets/images/logo_lc_48.png",
    "192": "assets/images/logo_lc_192.png"
  }
}