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

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

Issue 2126003003: Go Back With Backspace extension (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Fix quotation marks Created 4 years, 5 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/is_editable.js ('k') | go-back-with-backspace/promo_440_280.png » ('j') | 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
new file mode 100755
index 0000000000000000000000000000000000000000..d9f462de301066c48160ca4abddbcd70eb3a03c6
--- /dev/null
+++ b/go-back-with-backspace/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "__MSG_extensionName__",
+ "description": "__MSG_extensionDescription__",
+ "default_locale": "en",
+ "version": "1.2",
+ "manifest_version": 2,
+ "minimum_chrome_version": "52",
+ "icons": {
+ "128": "icon128.png"
+ },
+ "content_scripts": [
+ {
+ "matches": ["<all_urls>"],
+ "js": ["is_editable.js", "content_script.js"],
+ "all_frames": true,
+ "run_at": "document_start"
+ }
+ ]
+}
« no previous file with comments | « go-back-with-backspace/is_editable.js ('k') | go-back-with-backspace/promo_440_280.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698