TabFS/extension/manifest.json
2018-11-14 23:52:26 -08:00

15 lines
248 B
JSON

{
"manifest_version": 2,
"name": "TabFS Extension",
"description": "Connects to TabFS filesystem",
"version": "1.0",
"permissions": ["tabs", "debugger"],
"background": {
"scripts": ["background.js"],
"persistent": true
}
}