12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"name": "Lasersköld & Philsson Methanical keyboard setup",
|
|
"version": "1.0",
|
|
"description": "A extension for customizing the layout of your methanical keyboard",
|
|
"manifest_version": 2,
|
|
"browser_action": {
|
|
"default_title": "test",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"permissions": [ "serial" ]
|
|
}
|