2048 Popup

2048 Popup

Play 2048 in a popup!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "2048 Popup",
  "version": "1.3.0",
  "description": "Play 2048 in a popup!",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "img/16x16.png",
      "19": "img/19x19.png",
      "38": "img/38x38.png",
      "128": "img/128x128.png"
    }
  },
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "manifest_version": 3
}