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

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

Issue 2400303003: Update UI and catch executeScript errors now shown in Canary (Closed)
Patch Set: Add TODO to validate URLs Created 4 years, 1 month 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') | go-back-with-backspace/pages/common.js » ('j') | 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": "2.0", 5 "version": "2.0",
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",
(...skipping 19 matching lines...) Expand all
30 "run_at": "document_start" 30 "run_at": "document_start"
31 } 31 }
32 ], 32 ],
33 "options_ui": { 33 "options_ui": {
34 "page": "pages/options.html", 34 "page": "pages/options.html",
35 "chrome_style": true 35 "chrome_style": true
36 }, 36 },
37 "permissions": [ 37 "permissions": [
38 "management", 38 "management",
39 "storage", 39 "storage",
40 "tabs",
40 "<all_urls>" 41 "<all_urls>"
41 ] 42 ]
42 } 43 }
OLDNEW
« no previous file with comments | « go-back-with-backspace/content_script.js ('k') | go-back-with-backspace/pages/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698