The Tale Trade Ext

The Tale Trade Ext

Расширение для Сказки, улчушающая работу с Картами Судьбы.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The Tale Trade Ext",
  "version": "0.6.1",
  "description": "Расширение для Сказки, улчушающая работу с Картами Судьбы.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://the-tale.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://the-tale.org/game/*"
      ],
      "css": [
        "mystyles.css"
      ],
      "js": [
        "game.js"
      ]
    }
  ]
}