Escape the Alien Extension

Escape the Alien Extension

An extension to play sometimes in your free time :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "/icons/48.png",
    "default_title": "Alien Escape"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "An extension to play sometimes in your free time :)",
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "name": "Escape the Alien Extension",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.4",
  "manifest_version": 3
}