mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "Tridactyl",
|
|
"version": "1.0",
|
|
|
|
"background" : {
|
|
"scripts": ["main.js"]
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_title": "Tridactyl",
|
|
"browser_style": true
|
|
}
|
|
|
|
}
|