|
OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Test of old-style page actions API", | |
3 "version": "1.0", | |
4 "background_page": "background.html", | |
5 "permissions": ["tabs"], | |
6 "page_actions": [ | |
7 { "id": "action", | |
8 "name": "action", | |
9 "icons": ["icon.png"] | |
10 } | |
11 ], | |
12 "background_page": "background.html" | |
13 } | |
OLD | NEW |