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

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

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