Adroit

Adroit

This is a helper extension for working of Adroit Windows software available here https://adroitweb.github.io/ . It allows you to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Adroit",
  "version": "1.0",
  "manifest_version": 2,
  "browser_action": {
    "name": "Click to get URL"
  },
  "background": {
    "scripts": [
      "test.js"
    ]
  },
  "permissions": [
    "https://www.youtube.com/*",
    "notifications",
    "storage",
    "http://127.0.0.1:5000/*"
  ]
}