Super Mario Bros Official

Super Mario Bros Official

Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to

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_AppDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "offline_enabled": true,
  "version": "1.0.2",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/128.png",
    "default_title": "Mario",
    "default_popup": "assets/index.html"
  }
}