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

Commit

Permalink
Clean up manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Mar 12, 2015
1 parent e658d76 commit 5564cee
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 802 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
157 changes: 0 additions & 157 deletions src/js/migrator.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"homescreen": {
"src": ["apps/homescreen/js/**/*.js",
"!apps/homescreen/js/migrator.js"],
"src": ["apps/homescreen/js/**/*.js"],
"options": {
"destination": "docs/homescreen"
}
Expand Down
33 changes: 6 additions & 27 deletions src/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Homescreen",
"description": "Gaia Homescreen",
"name": "Classic Home Screen",
"description": "Horizontal paged home screen with a dock.",
"launch_path": "/index.html#root",
"type": "certified",
"type": "privileged",
"role": "homescreen",
"developer": {
"name": "The Gaia Team",
"url": "https://github.com/andreasgal/gaia"
"url": "https://github.com/mozilla-b2g/gaia"
},
"permissions": {
"themeable":{},
Expand All @@ -19,21 +19,9 @@
"contacts":{ "access": "readonly" }
},
"locales": {
"ar": {
"name": "الشاشة الرئيسية",
"description": "Gaia الشاشة الرئيسية"
},
"en-US": {
"name": "Homescreen",
"description": "Gaia Homescreen"
},
"fr": {
"name": "Écran d’accueil",
"description": "Écran d’accueil Gaia"
},
"zh-TW": {
"name": "主畫面",
"description": "Gaia 主畫面"
"name": "Classic Home Screen",
"description": "Horizontal paged home screen with a dock."
}
},
"default_locale": "en-US",
Expand All @@ -57,14 +45,5 @@
"readonly": false,
"description": "Vertical homescreen preferences to save layout"
}
},
"connections": {
"migrate": {
"description": "It migrates bookmarks & collections",
"rules": {
"manifestURLs": ["app://ftu.gaiamobile.org/manifest.webapp"]
},
"handler_path": "/migrate.html"
}
}
}
20 changes: 0 additions & 20 deletions src/migrate.html

This file was deleted.

10 changes: 0 additions & 10 deletions src/package.json

This file was deleted.

Loading

0 comments on commit 5564cee

Please sign in to comment.