Original Super Mario Game™

Original Super Mario Game™

Play Original Super Mario Offline on your Google Chrome (Free & no ADS)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Original Super Mario Game™",
  "version": "2.0.2",
  "version_name": "2.0.2",
  "action": {
    "default_icon": {
      "24": "img/24x24.png",
      "32": "img/32x32.png"
    },
    "default_title": "Click to play Super Mario",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "update.js"
  },
  "offline_enabled": true,
  "description": "Play Original Super Mario Offline on your Google Chrome (Free & no ADS)",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "options_page": "index.html",
  "homepage_url": "https://mario.w3technic.com"
}