Memory Card Game

Memory Card Game

Click on the cards to reveal images and find matching pairs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Memory Card Game",
  "short_name": "memory card",
  "version": "0.1.1",
  "description": "Click on the cards to reveal images and find matching pairs!",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}