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

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

Issue 2686683002: Deprecate most of gaia_auth extension (Closed)
Patch Set: remove unused data member from GaiaAuthExtensionLoader Created 3 years, 10 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 | « chrome/browser/resources/gaia_auth/main.js ('k') | chrome/browser/resources/gaia_auth/offline.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gaia_auth/manifest.json
diff --git a/chrome/browser/resources/gaia_auth/manifest.json b/chrome/browser/resources/gaia_auth/manifest.json
index 0e708d01274eac00da5c8f06701d44a92648313f..a5ff0af3bf2442ea6e3d7160ae7141b36f7b4ea0 100644
--- a/chrome/browser/resources/gaia_auth/manifest.json
+++ b/chrome/browser/resources/gaia_auth/manifest.json
@@ -4,36 +4,9 @@
"name": "GaiaAuthExtension",
"version": "0.0.1",
"manifest_version": 2,
- "background" : {
- "scripts": ["channel.js", "background.js"]
- },
- "content_scripts": [
- {
- "matches": [
- "<all_urls>"
- ],
- "js": ["channel.js", "saml_injected.js"],
- "run_at": "document_start",
- "all_frames": true
- }
- ],
- "content_security_policy": "default-src 'self' blob: filesystem:; script-src 'self' blob: filesystem:; frame-src 'self' blob: filesystem: http: https:; style-src 'self' blob: filesystem:",
"description": "GAIA Component Extension",
"incognito": "split",
"web_accessible_resources": [
- "main.css",
- "main.html",
- "main.js",
- "offline.css",
- "offline.html",
- "offline.js",
- "success.html",
- "success.js",
- "util.js"
- ],
- "permissions": [
- "<all_urls>",
- "webRequest",
- "webRequestBlocking"
+ "success.html"
]
}
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.js ('k') | chrome/browser/resources/gaia_auth/offline.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698