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

Unified Diff: chrome/browser/resources/cryptotoken/manifest.json

Issue 799923007: Enable 3rd party support for Security Keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chrome/browser/resources/cryptotoken/manifest.json
diff --git a/chrome/browser/resources/cryptotoken/manifest.json b/chrome/browser/resources/cryptotoken/manifest.json
index afff94312c4daac79a0dd4fdcc6e6cdce34003f9..ff87da92e285a3d3107cb0404c8b40ec1c611196 100644
--- a/chrome/browser/resources/cryptotoken/manifest.json
+++ b/chrome/browser/resources/cryptotoken/manifest.json
@@ -1,15 +1,18 @@
{
"name": "CryptoTokenExtension",
"description": "CryptoToken Component Extension",
- "version": "0.9.6",
+ "version": "0.9.10",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq7zRobvA+AVlvNqkHSSVhh1sEWsHSqz4oR/XptkDe/Cz3+gW9ZGumZ20NCHjaac8j1iiesdigp8B1LJsd/2WWv2Dbnto4f8GrQ5MVphKyQ9WJHwejEHN2K4vzrTcwaXqv5BSTXwxlxS/mXCmXskTfryKTLuYrcHEWK8fCHb+0gvr8b/kvsi75A1aMmb6nUnFJvETmCkOCPNX5CHTdy634Ts/x0fLhRuPlahk63rdf7agxQv5viVjQFk+tbgv6aa9kdSd11Js/RZ9yZjrFgHOBWgP4jTBqud4+HUglrzu8qynFipyNRLCZsaxhm+NItTyNgesxLdxZcwOz56KD1Q4IQIDAQAB",
"manifest_version": 2,
"permissions": [
"cryptotokenPrivate",
"hid",
"usb",
+ "cryptotokenPrivate",
xiyuan 2014/12/13 04:36:30 Isn't this listed on line 8 already?
Arnar Birgisson 2014/12/13 04:46:53 Done. Indeed, bad merge.
+ "externally_connectable.all_urls",
xiyuan 2014/12/13 04:36:30 This looks wrong. Line 27 looks the one needed.
juanlang 2014/12/13 04:42:39 They're both needed: this permission is required t
xiyuan 2014/12/13 04:46:09 Aha. You are right. Ignore my comment then. :p
Arnar Birgisson 2014/12/13 04:46:53 Acknowledged. We tested with only line 27 and it i
"u2fDevices",
- "https://www.gstatic.com/",
+ "https://*/*",
+ "http://*/*",
{
"usbDevices": [
{
@@ -21,10 +24,7 @@
],
"externally_connectable": {
"matches": [
- "https://login.corp.google.com/*",
- "https://accounts.google.com/*",
- "https://myaccount.google.com/*",
- "https://security.google.com/*"
+ "<all_urls>"
],
"ids": [
"fjajfjhkeibgmiggdfehjplbhmfkialk"
@@ -57,8 +57,10 @@
"textfetcher.js",
"appid.js",
"watchdog.js",
- "gstaticorigincheck.js",
- "googleapprovedorigins.js",
+ "etld_names_list.js",
+ "etld.js",
+ "etldorigincheck.js",
+ "cryptotokenapprovedorigins.js",
"gnubbydevice.js",
"hidgnubbydevice.js",
"usbgnubbydevice.js",
« no previous file with comments | « chrome/browser/resources/cryptotoken/gstaticorigincheck.js ('k') | chrome/browser/resources/cryptotoken/singlesigner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698