Skip to content

Commit

Permalink
[messaging] Shortened manifest description
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Apr 29, 2015
1 parent 0e4bced commit d67444f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/messaging/app1/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Sample Messaging App1",
"description": "This sample shows how to communicate between two apps or one app and one extension. Add Sample Messaging App1, Sample Messaging App2 and Sample Messaging Extension to Chrome and play with sending messages between them.",
"description": "This sample shows how to communicate between two apps or one app and one extension.",
"version": "2",
"minimum_chrome_version": "23",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion samples/messaging/app2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Sample Messaging App2",
"description": "This sample shows how to communicate between two apps or one app and one extension. Add Sample Messaging App1, Sample Messaging App2 and Sample Messaging Extension to Chrome and play with sending messages between them.",
"description": "This sample shows how to communicate between two apps or one app and one extension.",
"version": "2",
"minimum_chrome_version": "23",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion samples/messaging/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sample Messaging extension",
"version": "1.3.1",
"description": "This sample shows how to communicate between two apps or one app and one extension. Add Sample Messaging App1, Sample Messaging App2 and Sample Messaging Extension to Chrome and play with sending messages between them.",
"description": "This sample shows how to communicate between two apps or one app and one extension.",
"browser_action": {
"default_title": "Send message to other apps",
"default_icon": "icon_16.png",
Expand Down

0 comments on commit d67444f

Please sign in to comment.