Christmas Match 3

Christmas Match 3

Make as many matches as you can in this fun Christmas themed match 3 game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Christmas Match 3",
  "version": "1.0",
  "description": "Make as many matches as you can in this fun Christmas themed match 3 game",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/match3-logo.png",
      "48": "images/match3-logo.png",
      "128": "images/match3-logo.png"
    }
  },
  "host_permissions": [],
  "icons": {
    "16": "images/match3-logo.png",
    "48": "images/match3-logo.png",
    "128": "images/match3-logo.png"
  }
}