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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 // chrome-extension://fbjakikfhfdajcamjleinfciajelkpek/
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ZSmlOjtKoapSOZ4kH4vpSh2Wz GxT7AlJgTet+0v5O/eV56dg1D+hpIltMswe47zX3kozOOzZ3LhnLHZb7kBIyVdgmtAv73XP1/CjvO7w1 F5dzdS3zqJEg4JIblKmGIs8Zb93rols5DsJth58w3nPDz94clWQY3VI0IsgPfgssi/5OHyyzd3fVZS6U QU1XBkfZ+mpUQSKD293Rqq2aol1WgmyVumj7o8YM73SU/9Hnxla56ew88Zv/A78o1i1X6mcQcLCexDIA wcerJ09TvrLRv0sexRKBx47YZqVmR5yJRNGQiJdV54Es/jP6K8Oy8oZnz7Wea/nAL0b0OKAcq7+QIDAQ AB",
4 "name": "Chrome Webstore Gallery Widget app",
5 "description": "App for showing Chrome Webstore Gallery widget and handling ex tension installs from the widget",
6 "version": "0.1",
7 "manifest_version": 2,
8 "app": {
9 "background": {
10 "scripts": ["app/background.js"]
11 }
12 },
13 "permissions": [
14 ]
15 }
OLDNEW
« 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