刺激版连连看

刺激版连连看

非常好玩的连连看游戏,刺激版连连看,一款无限乐趣的游戏。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.1.4",
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "libs/jquery-3.3.1.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_name__",
    "default_popup": "llk.html"
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [],
  "web_accessible_resources": [
    "*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}