blob: 9c6a1b8379881285ccc51a64a28f5d3cdd9e5edf [file] [log] [blame]
jat@google.com328318e2009-11-11 00:59:43 +00001{
2 "name": "GWT Developer Plugin",
3 "version": "GWT_DEV_PLUGIN_VERSION",
4 "description": "A plugin to enable debugging with GWT's Development Mode",
5 "update_url": "https://dl-ssl.google.com/gwt/plugins/chrome/updates.xml",
6 "icons": {
7 "16": "gwt16.png",
8 "32": "gwt32.png",
9 "48": "gwt48.png",
10 "64": "gwt64.png",
11 "128": "gwt128.png"
12 },
conroy@google.com88069782010-11-23 13:51:12 +000013 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDi6RrEy9YllRLM8bGBcIEk5ECAG2z+8ngTz7wwzRAQJpOzDp1Alq8fQFjH0+dzxok4RFLrWKHjxGqvXzWyWyTEo2nY3ScHLN/RoANMs8pl9X6TygRyO+3naqZOtLCrYHfV49JKXnYoFVbY5eBVYxHYY3BHAOKJj9onyAM4UPmMzQIDAQAB",
jat@google.com328318e2009-11-11 00:59:43 +000014 "background_page": "background.html",
conroy@google.com88069782010-11-23 13:51:12 +000015 "options_page" : "DevModeOptions.html",
16 "page_action" : {
17 "default_icon" : "gwt32.png",
18 "default_title" : "GWT Development Mode",
19 "default_popup" : "page_action.html"
20 },
21 "permissions" : [
22 "tabs"
jat@google.com328318e2009-11-11 00:59:43 +000023 ],
24 "plugins": [
jat@google.com2a2909f2010-10-11 18:02:47 +000025 { "path": "WINNT_x86-msvc/npGwtDevPlugin.dll", "public": true },
26 { "path": "Linux_x86-gcc3/libGwtDevPlugin.so", "public": true },
conroy@google.com3842d012010-10-20 17:40:04 +000027 { "path": "Linux_x86_64-gcc3/libGwtDevPlugin.so", "public": true },
28 { "path": "Darwin-gcc3/gwtDev.plugin", "public": true }
jat@google.com328318e2009-11-11 00:59:43 +000029 ]
30}