Retro Games

Retro Games

Love retro games? Here's a complete list of all the best retro games, from 8-bit to 16-bit and everything in between!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Retro Games",
  "version": "1.0.0",
  "version_name": "1.0.0",
  "action": {
    "default_icon": {
      "16": "img/16x16.png",
      "48": "img/48x48.png",
      "128": "img/128x128.png",
      "256": "img/256x256.png"
    },
    "default_title": "Click to open popup",
    "default_popup": "index.html"
  },
  "offline_enabled": true,
  "description": "Love retro games? Here's a complete list of all the best retro games, from 8-bit to 16-bit and everything in between!",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png",
    "256": "img/256x256.png"
  },
  "options_page": "index.html",
  "homepage_url": "https://retrogames.ee"
}