| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Gmail Checker", | 2 "name": "Gmail Checker", |
| 3 "version": "0.1", | 3 "version": "0.2", |
| 4 "description": "Displays number of unread Gmail messages", | 4 "description": "Displays number of unread Gmail messages", |
| 5 "icons": { "128": "gmail-128x128.png" }, |
| 5 "permissions": [ | 6 "permissions": [ |
| 6 "http://*.google.com/*", | 7 "http://*.google.com/", |
| 7 "https://*.google.com/*" | 8 "https://*.google.com/", |
| 8 ], | 9 "tabs" |
| 10 ], |
| 9 "toolstrips": [ | 11 "toolstrips": [ |
| 10 "gmail_checker.html" | 12 "gmail_checker.html" |
| 11 ] | 13 ] |
| 12 } | 14 } |
| OLD | NEW |