言の葉の樹の下で 総合Ext.

言の葉の樹の下で 総合Ext.

symalis氏の定期更新型ネットゲーム、「言の葉の樹の下で」の総合拡張機能

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "言の葉の樹の下で 総合Ext.",
  "version": "1.0.5",
  "manifest_version": 2,
  "description": "symalis氏の定期更新型ネットゲーム、「言の葉の樹の下で」の総合拡張機能",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://lisge.com/kk/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "jquery-ui.min.js",
        "main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}