diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..635ea0e --- /dev/null +++ b/manifest.json @@ -0,0 +1,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" + ] +} |
