summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/webstore_app
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 04:03:17 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-26 04:03:17 +0000
commit5ab53cb17b7abd215b2c0d373b16058879a7b5c0 (patch)
tree0f893e00d82621ef77aca52c0cdede24603dcaf3 /chrome/browser/resources/webstore_app
parent9deaf306197e5137e7acc920a25873242e6f8c10 (diff)
downloadchromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.zip
chromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.tar.gz
chromium_src-5ab53cb17b7abd215b2c0d373b16058879a7b5c0.tar.bz2
Add hidden component app for web store.
This patch adds a component which does not appear on the NTP, but does enforce that gallery urls are isolated in their own process. This is in anticipation of exposing extension api bindings to the gallery so it can install/detect/uninstall extensions & apps. Note that this patch works correctly with the --apps-gallery-url. If specified, the replacement url will be inserted into the component app's extent BUG=27431 Review URL: http://codereview.chromium.org/3116040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/webstore_app')
-rw-r--r--chrome/browser/resources/webstore_app/manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/browser/resources/webstore_app/manifest.json b/chrome/browser/resources/webstore_app/manifest.json
new file mode 100644
index 0000000..0b94ace
--- /dev/null
+++ b/chrome/browser/resources/webstore_app/manifest.json
@@ -0,0 +1,20 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtl3tO0osjuzRsf6xtD2SKxPlTfuoy7AWoObysitBPvH5fE1NaAA1/2JkPWkVDhdLBWLaIBPYeXbzlHp3y4Vv/4XG+aN5qFE3z+1RU/NqkzVYHtIpVScf3DjTYtKVL66mzVGijSoAIwbFCC3LpGdaoe6Q1rSRDp76wR6jjFzsYwQIDAQAB",
+ "name": "Chrome Web Store",
+ "version": "0.1",
+ "description": "Web Store",
+ "icons": {
+ },
+ "app": {
+ "launch": {
+ "web_url": "https://chrome.google.com/extensions"
+ },
+ "urls": [
+ "https://chrome.google.com/extensions",
+ "https://clients2.google.com/service/update2",
+ "https://clients2.googleusercontent.com/crx"
+ ]
+ },
+ "permissions": [
+ ]
+}