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

Unified Diff: components/chrome_apps/webstore_widget/manifest.json

Issue 1103943003: Add components/chrome_apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: components/chrome_apps/webstore_widget/manifest.json
diff --git a/components/chrome_apps/webstore_widget/manifest.json b/components/chrome_apps/webstore_widget/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..fad43291b0510f2b6f2d791b1c4e5fdc6d7db2e0
--- /dev/null
+++ b/components/chrome_apps/webstore_widget/manifest.json
@@ -0,0 +1,15 @@
+{
+ // chrome-extension://fbjakikfhfdajcamjleinfciajelkpek/
+ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ZSmlOjtKoapSOZ4kH4vpSh2WzGxT7AlJgTet+0v5O/eV56dg1D+hpIltMswe47zX3kozOOzZ3LhnLHZb7kBIyVdgmtAv73XP1/CjvO7w1F5dzdS3zqJEg4JIblKmGIs8Zb93rols5DsJth58w3nPDz94clWQY3VI0IsgPfgssi/5OHyyzd3fVZS6UQU1XBkfZ+mpUQSKD293Rqq2aol1WgmyVumj7o8YM73SU/9Hnxla56ew88Zv/A78o1i1X6mcQcLCexDIAwcerJ09TvrLRv0sexRKBx47YZqVmR5yJRNGQiJdV54Es/jP6K8Oy8oZnz7Wea/nAL0b0OKAcq7+QIDAQAB",
+ "name": "Chrome Webstore Gallery Widget app",
+ "description": "App for showing Chrome Webstore Gallery widget and handling extension installs from the widget",
+ "version": "0.1",
+ "manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["app/background.js"]
+ }
+ },
+ "permissions": [
+ ]
+}
« no previous file with comments | « components/chrome_apps/webstore_widget/app/background.js ('k') | components/chrome_apps/webstore_widget_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698