Phone On Web | Android in browser

Phone On Web | Android in browser

Using android phone in web browser without root, not need software download.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Phone On Web | Android in browser",
  "description": "Using android phone in web browser without root, not need software download.",
  "homepage_url": "http://browserlify.com/?from=webstore_chrome",
  "version": "1.1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "64": "icons/icon_64.png",
    "96": "icons/icon_64.png",
    "128": "icons/icon_64.png"
  },
  "action": {
    "default_title": "Using android in browser"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}