{ "name": "Tweet Notify", "description": "特定のキーワードが含まれるTweetをデスクトップに表示します", "version": "0.2.0", "background_page": "background.html", "options_page": "options.html", "browser_action": { "default_title": "ハッシュタグを入力", "default_icon": "Twitter-icon.png", "popup": "popup.html" }, "icons": { "48": "Twitter-icon.png" }, "permissions": [ "notifications", "http://search.twitter.com/", "http://twitter.com/" ] }