tagui
Version:
CLI tool for digital process automation (RPA)
34 lines (33 loc) • 978 B
JSON
{
"manifest_version": 2,
"name": "TagUI Web Automation", "short_name": "TagUI Tool", "version": "4.4.0",
"description": "Create TagUI automation flows by recording your actions",
"homepage_url": "https://github.com/kelaberetiv/TagUI",
"browser_action": {
"default_title": "TagUI Web Automation",
"default_popup": "control.html",
"default_icon": {
"16": "tebel_icon_16.png"
}
},
"icons": {
"16": "tebel_icon_16.png",
"48": "tebel_icon_48.png",
"128": "tebel_icon_128.png"
},
"permissions": [
"tabs",
"background",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": ["background.js"]
},
"content_scripts": [{
"matches": ["http://*/*", "https://*/*"],
"js": ["recorder.js"]
}],
"offline_enabled": false,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}