Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
leanderseige committed Jun 16, 2022
1 parent 1bfea15 commit 6a89bde
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detektIIIF2",
"version": "0.1.6 (beta)",
"version": "0.1.7 (beta)",
"description": "the 2nd one",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/detektiiif2/manifest-v2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "detektIIIF 2",
"version": "0.1.5",
"version": "0.1.6",
"options_ui": {
"page": "options.html",
"open_in_tab": true
Expand Down
2 changes: 1 addition & 1 deletion src/themes/detektiiif2/manifest-v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "detektIIIF2",
"version": "0.1.5",
"version": "0.1.6",
"options_page": "options.html",
"background": { "service_worker": "background.bundle.js" },
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion src/themes/manifest.json
33 changes: 33 additions & 0 deletions testurls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
url: "https://digital.deutsches-museum.de/en/digital-catalogue/collection-object/2001-1198T3/",
manifests: 0,
images: 1,
collections: 0
},
{
url: "https://emakimono.iiif.cloud/manifests/0105/emakimono1",
manifests: 1,
images: 0,
collections: 0
},
{
url: "https://emakimono.iiif.cloud/collections/0105/all/collection.json",
manifests: 0,
images: 0,
collections: 1
},
{
url: "https://www.e-rara.ch/bes_1/content/titleinfo/20150223",
manifests: 1,
images: 0,
collections: 0
},
{
url: "https://mirador-dev.netlify.app/__tests__/integration/mirador/",
manifests: 11,
images: 2,
collections: 1
}

]

0 comments on commit 6a89bde

Please sign in to comment.