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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "__MSG_extensionName__",
3 "description": "__MSG_extensionDescription__",
4 "default_locale": "en",
5 "version": "1.2",
6 "manifest_version": 2,
7 "minimum_chrome_version": "52",
8 "icons": {
9 "128": "icon128.png"
10 },
11 "content_scripts": [
12 {
13 "matches": ["<all_urls>"],
14 "js": ["is_editable.js", "content_script.js"],
15 "all_frames": true,
16 "run_at": "document_start"
17 }
18 ]
19 }
OLDNEW
« 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