mirror of
https://github.com/vale981/tridactyl
synced 2025-03-11 13:06:38 -04:00
18 lines
253 B
JSON
18 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
|
|
}
|
|
|
|
}
|