Tactical Tactics Free

Tactical Tactics Free

Practice chess tactics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Tactical Tactics Free",
  "name": "Tactical Tactics Free",
  "version": "0.0.0.2",
  "description": "Practice chess tactics",
  "permissions": [
    "storage",
    "declarativeContent"
  ],
  "background": {
    "scripts": [
      "scripts/background/background.js"
    ]
  },
  "page_action": {
    "default_popup": "views/popup.html",
    "default_icon": "images/pawn white.png"
  },
  "manifest_version": 2
}