jat@google.com | a991765 | 2009-09-10 22:17:21 +0000 | [diff] [blame] | 1 | { |
jat@google.com | fa9d4d2 | 2009-11-10 00:00:39 +0000 | [diff] [blame] | 2 | "name": "GWT Developer Plugin", |
jat@google.com | 2a2909f | 2010-10-11 18:02:47 +0000 | [diff] [blame^] | 3 | "version": "1.0.8980", |
jat@google.com | a991765 | 2009-09-10 22:17:21 +0000 | [diff] [blame] | 4 | "description": "A plugin to enable debugging with GWT's Development Mode", |
jat@google.com | fa9d4d2 | 2009-11-10 00:00:39 +0000 | [diff] [blame] | 5 | "update_url": "https://dl-ssl.google.com/gwt/plugins/chrome/updates.xml", |
jat@google.com | a991765 | 2009-09-10 22:17:21 +0000 | [diff] [blame] | 6 | "icons": { |
| 7 | "16": "gwt16.png", |
| 8 | "32": "gwt32.png", |
| 9 | "48": "gwt48.png", |
| 10 | "64": "gwt64.png", |
| 11 | "128": "gwt128.png" |
| 12 | }, |
scottb@google.com | 3cfa7b0 | 2009-10-02 22:38:34 +0000 | [diff] [blame] | 13 | "background_page": "background.html", |
| 14 | "content_scripts": [ |
| 15 | { |
| 16 | "matches": ["http://*/*", "https://*/*", "file:///*"], |
| 17 | "js": ["record_tab_id.js"] |
| 18 | } |
| 19 | ], |
jat@google.com | a991765 | 2009-09-10 22:17:21 +0000 | [diff] [blame] | 20 | "plugins": [ |
jat@google.com | 2a2909f | 2010-10-11 18:02:47 +0000 | [diff] [blame^] | 21 | { "path": "WINNT_x86-msvc/npGwtDevPlugin.dll", "public": true }, |
| 22 | { "path": "Linux_x86-gcc3/libGwtDevPlugin.so", "public": true }, |
| 23 | { "path": "Linux_x86_64-gcc3/libGwtDevPlugin.so", "public": true } |
jat@google.com | a991765 | 2009-09-10 22:17:21 +0000 | [diff] [blame] | 24 | ] |
| 25 | } |