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

Side by Side Diff: go-back-with-backspace/manifest.json

Issue 2407473002: Look at e.path where available (M55+) (Closed)
Patch Set: Created 4 years, 2 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/content_script.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
1 { 1 {
2 "name": "__MSG_extensionName__", 2 "name": "__MSG_extensionName__",
3 "description": "__MSG_extensionDescription__", 3 "description": "__MSG_extensionDescription__",
4 "default_locale": "en", 4 "default_locale": "en",
5 "version": "1.5.1", 5 "version": "1.5.2",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "minimum_chrome_version": "52", 7 "minimum_chrome_version": "52",
8 "icons": { 8 "icons": {
9 "16": "icons/icon16.png", 9 "16": "icons/icon16.png",
10 "32": "icons/icon32.png", 10 "32": "icons/icon32.png",
11 "48": "icons/icon48.png", 11 "48": "icons/icon48.png",
12 "128": "icons/icon128.png" 12 "128": "icons/icon128.png"
13 }, 13 },
14 "content_scripts": [ 14 "content_scripts": [
15 { 15 {
16 "matches": ["<all_urls>"], 16 "matches": ["<all_urls>"],
17 "js": ["is_editable.js", "content_script.js"], 17 "js": ["is_editable.js", "content_script.js"],
18 "all_frames": true, 18 "all_frames": true,
19 "run_at": "document_start" 19 "run_at": "document_start"
20 } 20 }
21 ] 21 ]
22 } 22 }
OLDNEW
« no previous file with comments | « go-back-with-backspace/content_script.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698