Onets Poker

Onets Poker

A very simple Video Poker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "89.0.0.0",
  "name": "Onets Poker",
  "short_name": "Onets Poker",
  "author": "Oneto Roberto E.",
  "description": "__MSG_extensionDescription__",
  "version": "2.2.0.0",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "poker.html",
    "default_title": "__MSG_giochiamo__"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "options_page": "options.html",
  "offline_enabled": true,
  "default_locale": "en"
}