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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/browser_action/default_persistence/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/default_persistence/manifest.json b/chrome/test/data/extensions/api_test/browser_action/default_persistence/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..7441b147cc706cdc48aa148d8db837bf8ed54570
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/browser_action/default_persistence/manifest.json
@@ -0,0 +1,13 @@
+{
+ "background": {
+ "persistent": false,
+ "scripts": [ "background.js" ]
+ },
+ "browser_action": {
+ "name": "browseraction"
+ },
+ "description": "An extension which sets properties of a browser action in onInstalled() to be persisted even when updating at startup. Inspired by Ben Kalman's Browser Clock extension.",
+ "manifest_version": 2,
+ "name": "Default Persistence Test Extension",
+ "version": "0.1.1"
+}
« 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