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

Unified Diff: go-back-with-backspace/manifest.json

Issue 2321363003: Show installation notes page on first install. (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Merged Created 4 years, 3 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 | « go-back-with-backspace/installed.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/manifest.json
diff --git a/go-back-with-backspace/manifest.json b/go-back-with-backspace/manifest.json
index 39ae0bb81cfe58d7ee713e57ee6884a2624a038d..f16ae59a180b44df4e244fbe2f7402ffc04aa724 100644
--- a/go-back-with-backspace/manifest.json
+++ b/go-back-with-backspace/manifest.json
@@ -11,6 +11,10 @@
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
+ "background": {
+ "scripts": ["background.js"],
+ "persistent": false
+ },
"content_scripts": [
{
"matches": ["<all_urls>"],
« no previous file with comments | « go-back-with-backspace/installed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698