Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31523 from michielbdejong/synchronizer-skeleton
Browse files Browse the repository at this point in the history
Bug 1196232 - Empty Synchronizer app R=ferjm
  • Loading branch information
ferjm committed Aug 27, 2015
2 parents 73b3e38 + 147edb4 commit e1c142c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/sync/index.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sync</title>
<meta charset="utf-8">
</head>
<body>
<h1>Coming soon</h1>
<p>Please do not include this app in any build/config/*/apps-*.list file or
Market Customization, since it depends on features and services which
are still in development.
</p>
</body>
</html>
11 changes: 11 additions & 0 deletions apps/sync/manifest.webapp
@@ -0,0 +1,11 @@
{
"name": "Sync",
"description": "Syncs data with Firefox Sync",
"type": "certified",
"role": "system",
"launch_path": "/index.html",
"developer": {
"name": "The Gaia Team",
"url": "https://github.com/mozilla-b2g/gaia"
}
}

0 comments on commit e1c142c

Please sign in to comment.