jat@google.com | 328318e | 2009-11-11 00:59:43 +0000 | [diff] [blame] | 1 | { |
| 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.com | 8806978 | 2010-11-23 13:51:12 +0000 | [diff] [blame] | 13 | "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDi6RrEy9YllRLM8bGBcIEk5ECAG2z+8ngTz7wwzRAQJpOzDp1Alq8fQFjH0+dzxok4RFLrWKHjxGqvXzWyWyTEo2nY3ScHLN/RoANMs8pl9X6TygRyO+3naqZOtLCrYHfV49JKXnYoFVbY5eBVYxHYY3BHAOKJj9onyAM4UPmMzQIDAQAB", |
jat@google.com | 328318e | 2009-11-11 00:59:43 +0000 | [diff] [blame] | 14 | "background_page": "background.html", |
conroy@google.com | 8806978 | 2010-11-23 13:51:12 +0000 | [diff] [blame] | 15 | "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.com | 328318e | 2009-11-11 00:59:43 +0000 | [diff] [blame] | 23 | ], |
| 24 | "plugins": [ |
jat@google.com | 2a2909f | 2010-10-11 18:02:47 +0000 | [diff] [blame] | 25 | { "path": "WINNT_x86-msvc/npGwtDevPlugin.dll", "public": true }, |
| 26 | { "path": "Linux_x86-gcc3/libGwtDevPlugin.so", "public": true }, |
conroy@google.com | 3842d01 | 2010-10-20 17:40:04 +0000 | [diff] [blame] | 27 | { "path": "Linux_x86_64-gcc3/libGwtDevPlugin.so", "public": true }, |
| 28 | { "path": "Darwin-gcc3/gwtDev.plugin", "public": true } |
jat@google.com | 328318e | 2009-11-11 00:59:43 +0000 | [diff] [blame] | 29 | ] |
| 30 | } |