Android Emulator Online

Android Emulator Online

Run Android Emulator in browser and use favorite games and apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Android Emulator Online",
  "description": "Run Android Emulator in browser and use favorite games and apps.",
  "version": "1.8.1",
  "author": "BetBox",
  "offline_enabled": true,
  "manifest_version": 3,
  "icons": {
    "16": "img/[email protected]",
    "48": "img/[email protected]",
    "128": "img/[email protected]"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "img/[email protected]",
      "48": "img/[email protected]",
      "128": "img/[email protected]"
    },
    "default_title": "Android Emulator Online"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/img/menu-logo.png",
        "/svg/expand.svg",
        "/svg/folder.svg",
        "/svg/addToList.svg",
        "/svg/plus-border.svg",
        "/svg/email-black.svg",
        "/svg/list-element.svg",
        "/svg/shared-element.svg",
        "/svg/close.svg"
      ],
      "matches": [
        "*://*.linkedin.com/*"
      ]
    }
  ]
}