Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/manifest.json

Issue 9877018: Lazy background page branding: "Transient Background Page". Rename (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "Lazy BG incognito split mode test", 2 "name": "Lazy BG incognito split mode test",
3 "description": "Test that incognito split mode works correctly", 3 "description": "Test that incognito split mode works correctly",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "permissions": ["bookmarks", "experimental"], 6 "permissions": ["bookmarks", "experimental"],
7 "incognito": "split", 7 "incognito": "split",
8 "background": { 8 "background": {
9 "scripts": ["background.js"], 9 "scripts": ["background.js"],
10 "persistent": false 10 "transient": true
11 }, 11 },
12 "browser_action": { 12 "browser_action": {
13 "default_title": "Bananaphone" 13 "default_title": "Bananaphone"
14 } 14 }
15 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698