OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Split mode browser action test", | |
3 "description": "", | |
4 "version": "0", | |
5 "manifest_version": 2, | |
6 "browser_action": { | |
7 "default_title": "create a tab" | |
8 }, | |
9 "background": { | |
10 "scripts": ["background.js"], | |
11 "persistent": false | |
12 }, | |
13 "incognito": "split" | |
14 } | |
OLD | NEW |