aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
blob: ac424f165ea313083f04c4bdd9b215549f34db7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "manifest_version": 2,

  "name": "TabFS Extension",
  "description": "Connects to TabFS filesystem",
  "version": "1.0",

  "permissions": ["tabs", "debugger"],

  "browser_action": {},
  
  "background": {
    "scripts": ["background.js"],
    "persistent": true
  }
}