diff options
| author | Teddy Wing | 2014-03-30 13:01:28 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-30 13:01:28 -0400 |
| commit | 420cd14f7bc70e66cc2f5ad216892a2c1243398c (patch) | |
| tree | 6ff062dc312e549b4720c4d088ebeba55802b401 /manifest.json | |
| parent | b90db19d4b008bd74cb59800a167e9171609353a (diff) | |
| download | chrome-copy-urls-from-all-tabs-420cd14f7bc70e66cc2f5ad216892a2c1243398c.tar.bz2 | |
Add options page
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 635ea0e..d12f1ba 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,8 @@ }, + "options_page": "options.html", + "background": { "scripts": ["background.js"], "persistent": false |
