aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
blob: 72678e38312b096a989d403f669fb313c874a6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "short_name": "Bookmark Arranger",
  "name": "Bookmark Arranger",
  "version": "1.0",
  "description": "Bookmark Arrange",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "bookmarks"
  ],
  "browser_action": {}
}