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

  "name": "Chrome Copy URLs From All Tabs",
  "description": "What the name says",
  "version": "0.0.1",
  
  "browser_action": {
      
  },
  
  "background": {
      "scripts": ["background.js"],
      "persistent": false
  },
  
  "permissions": [
      "tabs"
  ]
}