Arduino IOT Controller

Arduino IOT Controller

Controller for Nodemcu,Esp8266,Aduino and Raspberry pi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Arduino IOT Controller",
  "description": "Controller for Nodemcu,Esp8266,Aduino and Raspberry pi",
  "version": "1.2",
  "content_security_policy": "script-src 'self' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
  "browser_action": {
    "default_icon": "wifi4.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}