GameHelper - Tentlan

GameHelper - Tentlan

Create and share your combat reports. Tentlan-GameHelper extension for usage of Tentlan.GameHelper.net

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_appName__",
  "version": "0.8",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "author": "[email protected]",
  "permissions": [
    "http://tentlan.gamehelper.net/",
    "https://gamehelper.net/"
  ],
  "icons": {
    "16": "gh_16.png",
    "32": "gh_32.png",
    "48": "gh_48.png",
    "128": "gh_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tentlan.com/*"
      ],
      "css": [
        "chromlan.css"
      ],
      "js": [
        "jquery.js",
        "parser.js"
      ]
    }
  ]
}