now.gg: Play top mobile games free online

now.gg: Play top mobile games free online

Play 200+ top original mobile games like Stumble Guys, Among Us instantly on Chromebook or PC. No download or installation needed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "now.gg: Play top mobile games free online",
  "short_name": "now.gg",
  "version": "1.1.0",
  "manifest_version": 3,
  "description": "Play 200+ top original mobile games like Stumble Guys, Among Us instantly on Chromebook or PC. No download or installation needed.",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "128": "assets/ic_logo.png"
  },
  "host_permissions": [
    "*://now.gg/*"
  ],
  "background": {
    "service_worker": "background_scripts/background-content.js"
  },
  "externally_connectable": {
    "matches": [
      "*://now.gg/*"
    ]
  },
  "permissions": [
    "cookies",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content_scripts/instant_play_btn.js"
      ],
      "matches": [
        "https://play.google.com/*",
        "https://www.reddit.com/*",
        "https://www.twitch.tv/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content_scripts/play_now_btn.gif"
      ],
      "matches": [
        "https://play.google.com/*",
        "https://www.reddit.com/*",
        "https://www.twitch.tv/*"
      ]
    }
  ]
}