UNO Card Game

UNO Card Game

Uno Friends is the classic card game that’s easy to pick up and impossible to put down

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "UNO Card Game",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Uno Friends is the classic card game that’s easy to pick up and impossible to put down",
  "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": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}