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

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

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

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