mirror of
https://github.com/vale981/tridactyl
synced 2025-03-10 12:46:38 -04:00
17 lines
213 B
JSON
17 lines
213 B
JSON
![]() |
{
|
||
|
|
||
|
"manifest_version": 2,
|
||
|
"name": "Tridactyl",
|
||
|
"version": "1.0",
|
||
|
|
||
|
"background" : {
|
||
|
"scripts": ["main.js"]
|
||
|
},
|
||
|
|
||
|
"browser_action": {
|
||
|
"default_title": "Tridactyl",
|
||
|
"browser_style": true
|
||
|
}
|
||
|
|
||
|
}
|