blob: 145d70e18551133d879c2d90e3d54398a33541ed [file] [log] [blame]
jat@google.coma9917652009-09-10 22:17:21 +00001{
jat@google.comfa9d4d22009-11-10 00:00:39 +00002 "name": "GWT Developer Plugin",
jat@google.com2a2909f2010-10-11 18:02:47 +00003 "version": "1.0.8980",
jat@google.coma9917652009-09-10 22:17:21 +00004 "description": "A plugin to enable debugging with GWT's Development Mode",
jat@google.comfa9d4d22009-11-10 00:00:39 +00005 "update_url": "https://dl-ssl.google.com/gwt/plugins/chrome/updates.xml",
jat@google.coma9917652009-09-10 22:17:21 +00006 "icons": {
7 "16": "gwt16.png",
8 "32": "gwt32.png",
9 "48": "gwt48.png",
10 "64": "gwt64.png",
11 "128": "gwt128.png"
12 },
scottb@google.com3cfa7b02009-10-02 22:38:34 +000013 "background_page": "background.html",
14 "content_scripts": [
15 {
16 "matches": ["http://*/*", "https://*/*", "file:///*"],
17 "js": ["record_tab_id.js"]
18 }
19 ],
jat@google.coma9917652009-09-10 22:17:21 +000020 "plugins": [
jat@google.com2a2909f2010-10-11 18:02:47 +000021 { "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.coma9917652009-09-10 22:17:21 +000024 ]
25}