OLD | NEW |
1 { | 1 { |
2 "name" : "Idle - Simple Example", | 2 "name" : "Idle - Simple Example", |
3 "version" : "1.0.0", | 3 "version" : "1.0.1", |
4 "description" : "Demonstrates the Idle API", | 4 "description" : "Demonstrates the Idle API", |
5 "background" : { | 5 "background" : { |
6 "scripts": ["background.js"] | 6 "scripts": ["background.js"] |
7 }, | 7 }, |
8 "permissions" : [ "idle" ], | 8 "permissions" : [ "idle" ], |
9 "browser_action" : { | 9 "browser_action" : { |
10 "default_icon" : "sample-19.png" | 10 "default_icon" : "sample-19.png" |
11 }, | 11 }, |
12 "icons" : { | 12 "icons" : { |
13 "16" : "sample-16.png", | 13 "16" : "sample-16.png", |
14 "48" : "sample-48.png", | 14 "48" : "sample-48.png", |
15 "128" : "sample-128.png" | 15 "128" : "sample-128.png" |
16 } | 16 }, |
| 17 "manifest_version": 2 |
17 } | 18 } |
OLD | NEW |