1
0
Fork 0
mirror of https://github.com/Findus23/typo3-keyboard.git synced 2024-08-27 19:52:16 +02:00
typo3-keyboard/manifest.json
2018-09-03 17:29:04 +02:00

30 lines
514 B
JSON

{
"manifest_version": 2,
"name": "Typo3 Keyboard Control",
"short_name": "Typo3 Keyboard Control",
"version": "1.0.0",
"description": "...",
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*://*/typo3/*"
],
"all_frames": true,
"js": [
"libs/mousetrap.js",
"contentscript.js"
]
}
],
"applications": {
"gecko": {
"id": "addon@example.com"
}
}
}