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

Side by Side Diff: chrome/test/data/extensions/api_test/browser_action/default_persistence/manifest.json

Issue 186013003: Persist browseraction properties across restarts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 6 years, 9 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
« no previous file with comments | « chrome/test/data/extensions/api_test/browser_action/default_persistence/background.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "background": {
3 "persistent": false,
4 "scripts": [ "background.js" ]
5 },
6 "browser_action": {
7 "name": "browseraction"
8 },
9 "description": "An extension which sets properties of a browser action in onI nstalled() to be persisted even when updating at startup. Inspired by Ben Kalman 's Browser Clock extension.",
10 "manifest_version": 2,
11 "name": "Default Persistence Test Extension",
12 "version": "0.1.1"
13 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/browser_action/default_persistence/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698