{ "manifest_version": 2, "name": "Chrome Copy URLs From All Tabs", "description": "What the name says", "version": "0.3.1", "icons": { "16": "images/icon-16.png", "48": "images/icon-48.png", "128": "images/icon-128.png" }, "browser_action": { "default_icon": { "19": "images/icon-19.png", "38": "images/icon-38.png" } }, "options_page": "options.html", "background": { "scripts": ["chrome-get-urls-from-tabs-in-windows.js", "background.js"], "persistent": false }, "permissions": [ "tabs", "storage" ], "commands": { "download": { "suggested_key": { "default": "Alt+L", "mac": "MacCtrl+L" }, "description": "Download URL file" } } }