{ "name": "Hash Tweet", "description": "特定のhashtagが含まれるTweetをデスクトップに表示します", "version": "0.0.4", "background_page": "background.html", "browser_action": { "default_title": "Show Notification", "default_icon": "Twitter-icon.png", "popup": "popup.html" }, "icons": { "48": "Twitter-icon.png" }, "permissions": [ "notifications", "http://*.twitter.com/", "http://twitter.com/" ] }