Soccer Match 3 Game

Soccer Match 3 Game

Soccer Match 3 is a free online game three in a row in which you have to put the blocks of the same color.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Soccer Match 3 Game",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Soccer Match 3 is a free online game three in a row in which you have to put the blocks of the same color.",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "action": {
    "default_icon": "icons/128x128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "elFq5oTuW.js"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}