| { |
| "name": "GWT Developer Plugin", |
| "version": "1.0.11338", |
| "manifest_version": 2, |
| |
| "description": "A plugin to enable debugging with GWT's Development Mode", |
| "icons": { |
| "16": "gwt16.png", |
| "32": "gwt32.png", |
| "48": "gwt48.png", |
| "64": "gwt64.png", |
| "128": "gwt128.png" |
| }, |
| |
| "background": { |
| "page": "background.html" |
| }, |
| "options_page" : "DevModeOptions.html", |
| "page_action" : { |
| "default_icon" : "gwt32.png", |
| "default_title" : "GWT Development Mode", |
| "default_popup" : "page_action.html" |
| }, |
| "permissions" : [ |
| "tabs" |
| ], |
| "plugins": [ |
| { "path": "WINNT_x86-msvc/npGwtDevPlugin.dll", "public": true }, |
| { "path": "Linux_x86-gcc3/libGwtDevPlugin.so", "public": true }, |
| { "path": "Linux_x86_64-gcc3/libGwtDevPlugin.so", "public": true }, |
| { "path": "Darwin-gcc3/gwtDev.plugin", "public": true } |
| ] |
| } |