Funner Retro

Funner Retro

It's more funner!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.0.5",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://easyretro.io/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "css": [
        "scripts/style.css"
      ]
    }
  ]
}