{"id":18657892,"url":"https://github.com/lightsofapollo/packaged-webapp","last_synced_at":"2025-11-05T22:30:23.211Z","repository":{"id":8981736,"uuid":"10727484","full_name":"lightsofapollo/packaged-webapp","owner":"lightsofapollo","description":"Packaged App installer for FirefoxOS profiles","archived":false,"fork":false,"pushed_at":"2013-07-26T06:39:45.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-27T15:12:43.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsofapollo.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-17T00:22:58.000Z","updated_at":"2013-12-21T05:50:56.000Z","dependencies_parsed_at":"2022-09-15T09:01:12.118Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/packaged-webapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fpackaged-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fpackaged-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fpackaged-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fpackaged-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/packaged-webapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:30:17.726Z","updated_at":"2025-11-05T22:30:23.156Z","avatar_url":"https://github.com/lightsofapollo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Packaged App installer\n\nInstalls a webapp into an existing profile as a preloaded packaged app.\n\n[![Build\nStatus](https://travis-ci.org/lightsofapollo/packaged-webapp.png)](https://travis-ci.org/lightsofapollo/packaged-webapp)\n\n\n## Usage\n\n```js\n\nvar webapp = require('packaged-webapp');\nvar profile = '/path/to/profile';\n\nvar options = {\n  // source must contain a manifest.webapp file\n  source: '/path/to/webapp',\n  // origin of app usually in the following format:\n  origin: 'mydomain.name'\n};\n\nwebapp.installApp(profile, options, function() {\n  // yey app is installed into profile\n});\n\n// multiple apps in parallel\nwebapp.installApps(profile, [optionsForA, ...], function() {\n  // ...\n});\n\n```\n\n## LICENSE\n\nCopyright (c) 2013 Mozilla Foundation\n\nContributors: Sahaja James Lal jlal@mozilla.com\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fpackaged-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fpackaged-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fpackaged-webapp/lists"}