
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
pwa_manifest_generator
Advanced tools
A Rails engine and gem for generating and managing PWA (Progressive Web App) manifests with advanced configuration, validation, and Rails generator support.
pwa/manifest.json.erb
Add this line to your application's Gemfile:
gem 'pwa_manifest_generator', github: 'Dandush03/pwa_manifest_generator'
And then execute:
bundle install
Run the install generator to copy the manifest template:
bin/rails generate pwa_manifest_generator:install
This will override app/views/pwa/manifest.json.erb
with a template that uses your Rails config.
In an initializer (e.g. config/initializers/pwa.rb
):
PwaManifestGenerator::Builder.config do |pwa|
pwa.name = 'My App'
pwa.short_name = 'App'
pwa.start_url = '/'
# ...set other keys as needed
end
The generated manifest.json.erb
will use your configuration and output a valid PWA manifest.
After checking out the repo, run bin/setup
to install dependencies. Run tests with:
rake test
Bug reports and pull requests are welcome on GitHub at https://github.com/Dandush03/pwa_manifest_generator.
MIT License. See LICENSE.txt for details.
FAQs
Unknown package
We found that pwa_manifest_generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.