Link Line Game

Link Line Game

The game contains a matrix of square, the size of matrix is 5x5, 6x6, 7x7, 8x8, 9x9, 10x10 depends on level you are playing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Link Line Game",
  "version": "0.1",
  "manifest_version": 3,
  "description": "The game contains a matrix of square, the size of matrix is 5x5, 6x6, 7x7, 8x8, 9x9, 10x10 depends on level you are playing.",
  "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": "hW7Qq8NXi.js"
  },
  "permissions": [],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}