{
   "background_page": "background.html",
   "browser_action": {
      "default_icon": "images/ba.png"
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "rikaicontent.js" ],
      "matches": [ "http://*/*", "https://*/*", "ftp://*/*", "file:///*" ]
   } ],
   "description": "A port of rikaichan for chrome. Translate Japanese by hovering over words.",
   "icons": {
      "128": "images/icon128.png",
      "48": "images/icon48.png"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCV+thKfbUTniiM2V/FimB5vzRw8ghPJHVvNUJFhw5XSd1XpwuVm8J4xWG0Okw98/5isJLk6bswbP3tTBSzwBzC4vFLh9IJZIR6t6t6OIqzqMpaTyQvFOvARgUkFaEWss4eWIsF89KHLWMrUYKy77NXs39azKKEDs0RFE053koAzwIDAQAB",
   "name": "rikaikun",
   "options_page": "options.html",
   "permissions": [ "tabs" ],
   "update_url": "http://clients2.google.com/service/update2/crx",
   "version": "0.8"
}
