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