mirror of
https://github.com/vale981/tridactyl
synced 2025-03-11 21:16:40 -04:00
19 lines
253 B
JSON
19 lines
253 B
JSON
![]() |
{
|
||
|
|
||
|
"manifest_version": 2,
|
||
|
"name": "Tridactyl",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"background" : {
|
||
|
"scripts": ["main.js"]
|
||
|
},
|
||
|
|
||
|
"permissions": ["experiments.gcli"],
|
||
|
|
||
|
"browser_action": {
|
||
|
"default_title": "Tridactyl",
|
||
|
"browser_style": true
|
||
|
}
|
||
|
|
||
|
}
|