{"id":17041813,"url":"https://github.com/bodil/purescript-chrome-api","last_synced_at":"2025-03-23T01:25:31.311Z","repository":{"id":26372176,"uuid":"29821425","full_name":"bodil/purescript-chrome-api","owner":"bodil","description":"PureScript bindings for the Chrome Platform APIs","archived":false,"fork":false,"pushed_at":"2015-01-25T16:47:19.000Z","size":106,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-28T04:41:18.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-25T16:46:49.000Z","updated_at":"2019-03-06T18:24:19.000Z","dependencies_parsed_at":"2022-08-25T07:34:09.041Z","dependency_job_id":null,"html_url":"https://github.com/bodil/purescript-chrome-api","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/bodil%2Fpurescript-chrome-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodil%2Fpurescript-chrome-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodil%2Fpurescript-chrome-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodil%2Fpurescript-chrome-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodil","download_url":"https://codeload.github.com/bodil/purescript-chrome-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245042634,"owners_count":20551630,"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-10-14T09:13:40.682Z","updated_at":"2025-03-23T01:25:31.291Z","avatar_url":"https://github.com/bodil.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-chrome-api\n\nPureScript bindings for the [Chrome Platform APIs](https://developer.chrome.com/apps/api_index).\n\n## Quick Start\n\nThis is how the background script for a Chrome app that just opens the\nfile `window.html` in a new window would look like.\n\n```purescript\nmodule Demo.TheOpenAWindowApp where\n\nimport Chrome.Runtime\nimport Chrome.Window\nimport Data.Maybe\n\nmain = onLaunched \\launchData -\u003e do\n  createWindow \"window.html\" $ createWindowOptions\n    { id = \"omg it is a window\"\n    , innerBounds = Just $ bounds { width = Just 640, height = Just 480 }\n    }\n  return unit\n```\n\n## License\n\nCopyright 2014 Bodil Stokke\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nLesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this program. If not, see\n\u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodil%2Fpurescript-chrome-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodil%2Fpurescript-chrome-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodil%2Fpurescript-chrome-api/lists"}