IO Games in Popup

IO Games in Popup

All your favourite IO games in popup. No need to open in new tab. IO games will not appear in your history. Made by Coozywana

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IO Games in Popup",
  "description": "All your favourite IO games in popup. No need to open in new tab. IO games will not appear in your history. Made by Coozywana ",
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "io.png",
    "default_popup": "popup.html",
    "default_title": "IO Games in Popup"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}