From a2d82246337fb846898af724a914cc3ce494f7cd Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 5 Jun 2021 00:14:09 +0600 Subject: [PATCH 1/3] Add Inertia / JS framework --- .../webextension/images/icons/Inertia.svg | 11 ++++++++++ src/technologies.json | 21 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Inertia.svg diff --git a/src/drivers/webextension/images/icons/Inertia.svg b/src/drivers/webextension/images/icons/Inertia.svg new file mode 100644 index 000000000..5024b006b --- /dev/null +++ b/src/drivers/webextension/images/icons/Inertia.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 21c95b309..b007f6abc 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9199,6 +9199,27 @@ "icon": "Indico.png", "website": "http://indico-software.org" }, + "Inertia": { + "cats": [ + 12 + ], + "description": "Inertia is a protocol for creating monolithic single-page applications.", + "icon": "Inertia.svg", + "headers": { + "X-Inertia": "\\;confidence:1" + }, + "dom": { + "div[data-page*='component']": { + "attributes": { + "data-page": "component.+props.+url\\;confidence:50", + "id": "app\\;confidence:49" + } + } + }, + "saas": false, + "oss": true, + "website": "https://inertiajs.com" + }, "Indy": { "cats": [ 22 From 6ee80b2a211206eaf3c79f4c4f0b9300638407ce Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 5 Jun 2021 00:16:31 +0600 Subject: [PATCH 2/3] update confidence --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index b007f6abc..59ba1a758 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9206,7 +9206,7 @@ "description": "Inertia is a protocol for creating monolithic single-page applications.", "icon": "Inertia.svg", "headers": { - "X-Inertia": "\\;confidence:1" + "X-Inertia": "" }, "dom": { "div[data-page*='component']": { From e150aab54d7bde093850332fcbb20d023f8586b0 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Sat, 5 Jun 2021 11:03:22 +1000 Subject: [PATCH 3/3] Update technologies.json --- src/technologies.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 59ba1a758..3aa32f8b6 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9211,8 +9211,7 @@ "dom": { "div[data-page*='component']": { "attributes": { - "data-page": "component.+props.+url\\;confidence:50", - "id": "app\\;confidence:49" + "data-page": "component.+props.+url" } } },