gameriz.com - Free Online Games

gameriz.com - Free Online Games

Play free online games at Gameriz, the best place to play high-quality browser games. We add new games every day.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "gameriz.com - Free Online Games",
  "short_name": "Gameriz Free Online Games",
  "description": "Play free online games at Gameriz, the best place to play high-quality browser games. We add new games every day.",
  "version": "1.4",
  "manifest_version": 3,
  "icons": {
    "16": "mini_logo.png"
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; frame-src 'self' https://* http://*"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "mini_logo.png"
    },
    "default_title": "Gameriz - Free Online Games"
  }
}