Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
c8e6bfec
Commit
c8e6bfec
authored
1 year ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
fix(manifest): Migrate to Manifest v3
parent
0bb032ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/manifest.json
+21
-30
21 additions, 30 deletions
www/manifest.json
with
21 additions
and
30 deletions
www/manifest.json
+
21
−
30
View file @
c8e6bfec
{
"
short_name"
:
"Cesium"
,
"
manifest_version"
:
3
,
"name"
:
"Cesium"
,
"manifest_version"
:
1
,
"version"
:
"1.7.11"
,
"default_locale"
:
"fr"
,
"description"
:
"Cesium Wallet for Ğ1 libre currency"
,
"icons"
:
[
{
"src"
:
"img/logo_32px.png"
,
"sizes"
:
"32x32"
,
"type"
:
"image/png"
},
{
"src"
:
"img/logo_96px.png"
,
"sizes"
:
"96x96"
,
"type"
:
"image/png"
},
{
"src"
:
"img/logo_144px.png"
,
"sizes"
:
"144x144"
,
"type"
:
"image/png"
},
{
"src"
:
"img/logo.svg"
,
"sizes"
:
"192x192"
,
"type"
:
"image/svg"
}
"icons"
:
{
"32"
:
"img/logo_32px.png"
,
"96"
:
"img/logo_96px.png"
,
"144"
:
"img/logo_144px.png"
,
"192"
:
"img/logo.svg"
},
"permissions"
:
[
"storage"
],
"background_color"
:
"#1a237e"
,
"theme_color"
:
"black"
,
"dir"
:
"ltr"
,
"start_url"
:
"/#/app/home"
,
"display"
:
"standalone"
,
"host_permissions"
:
[
"file:///*"
],
"theme"
:
{
"colors"
:
{
"frame"
:
"#1a237e"
,
"toolbar"
:
"#1a237e"
,
"ntp_background"
:
"#1a237e"
,
"ntp_text"
:
"#1a237e"
,
"button_background"
:
"#1a237e"
}
},
"protocol_handlers"
:
[
{
"protocol"
:
"june"
,
"name"
:
"Cesium"
,
"uriTemplate"
:
"/#/app/home?uri=%s"
},
{
"protocol"
:
"web+june"
,
"name"
:
"Cesium"
,
"uriTemplate"
:
"/#/app/home?uri=%s"
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment