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

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

  "permissions": ["tabs"],

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