{ "name": "WeHeartIt", "version": "1.1.2", "description": "WeHeartIt is the best way to Heart things from other sites.", "icons": { "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_title" : "WeHeartIt", "popup" : "popup.html" }, "background_page": "background.html", "content_scripts": [ { "js": [ "heartit.js" ], "matches": [ "http://*/*" ] } ], "permissions": ["tabs"] }