{
   "background_page": "background.html",
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "content_js_min.js" ],
      "matches": [ "http://*/*", "https://*/*" ]
   } ],
   "description": "View definitions easily as you browse the web.",
   "icons": {
      "128": "icon128.gif",
      "16": "icon16.png",
      "32": "icon32.gif",
      "48": "icon48.gif"
   },
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuLnDgxFluQcqbOGrRJ2N7gYRj2DlTTnXa02Ho6IZNKm+Qv8cePlrsn/06irXeEPyikjoo9vokhsv54vV4Wb73x0a5K7s9pY2tuXnBzvik4Jru4KZozebnJTyYDAcjiyPc/ATrzlfQxlZiXIHBVj5KITnaFlR2SuxYkRVebPjUfwIDAQAB",
   "name": "Google Dictionary (by Google)",
   "options_page": "options.html",
   "page_action": {
      "default_icon": "icon16.png",
      "default_title": "Google Dictionary Lookup",
      "popup": "popup.html"
   },
   "permissions": [ "tabs", "http://*/*", "https://*/*" ],
   "update_url": "http://clients2.google.com/service/update2/crx",
   "version": "1.0.2"
}
