ApkOnline APK manager for Android emulator

ApkOnline APK manager for Android emulator

Manager that allows to handle APK files that are run with the ApkOnline android emulator platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_title__",
  "version": "1.7.6",
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icons/app_38.png"
  },
  "options_page": "options.html",
  "icons": {
    "16": "icons/app_16.png",
    "48": "icons/app_48.png",
    "128": "icons/app_128.png"
  },
  "permissions": [
    "webRequest",
    "storage"
  ],
  "background": {
    "service_worker": "s.js"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}