Tuya Smart App For PC - Windows and Mac

Tuya Smart App For PC - Windows and Mac

tuya smart app for PC extension provides you with 'tuya smart app' design on new tab. Designed for 'tuya smart app' app fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.2",
  "name": "Tuya Smart App For PC - Windows and Mac",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "tuya smart app for PC extension provides you with 'tuya smart app' design on new tab. Designed for 'tuya smart app' app fans.",
  "offline_enabled": true,
  "action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/main.js"
  }
}