OLD | NEW |
1 { | 1 { |
2 "name": "Font Settings", | 2 "name": "Font Settings", |
3 "version": "0.2", | 3 "version": "0.2", |
| 4 "manifest_version": 2, |
4 "description": "Sample extension for Font Settings API", | 5 "description": "Sample extension for Font Settings API", |
5 "browser_action" : { | 6 "browser_action" : { |
6 "default_icon": "fonts16.png", | 7 "default_icon": "fonts16.png", |
7 "popup": "popup.html" | 8 "default_popup": "popup.html" |
8 }, | 9 }, |
9 "icons": { | 10 "icons": { |
10 "16": "fonts16.png", | 11 "16": "fonts16.png", |
11 "128": "fonts128.png" | 12 "128": "fonts128.png" |
12 }, | 13 }, |
13 "permissions": ["fontSettings"] | 14 "permissions": ["fontSettings"] |
14 } | 15 } |
OLD | NEW |