OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "Gmail Checker 2", | 2 "name": "Gmail Checker 2", |
3 "description": "This extension adds a Gmail button to the toolbar which notifi es when new email comes", | 3 "description": "This extension adds a Gmail button to the toolbar which notifi es when new email comes", |
4 "version": "1.0", | 4 "version": "1.0", |
5 "background_page": "background.html", | 5 "background_page": "background.html", |
6 "permissions": [ | 6 "permissions": [ |
7 "tabs", "http://*.google.com/", "https://*.google.com/" | 7 "tabs", "http://*.google.com/", "https://*.google.com/" |
8 ], | 8 ], |
9 "browser_action": { | 9 "browser_action": { |
10 "default_title": "" | 10 "default_title": "" |
11 }, | |
12 "icons": { | |
13 "128": "icon_128.png" | |
Mark Mentovai
2009/10/28 00:20:48
What's up here, does this not exist?
MAD
2009/10/28 03:44:45
Yep, I cleaned it up as I tried it and it failed b
Aaron Boodman
2009/10/28 06:08:18
I've since added this file. Please undo this delet
MAD
2009/10/28 12:40:54
Done.
| |
14 } | 11 } |
15 } | 12 } |
OLD | NEW |