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 751239b21..fa5a2c83d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9216,6 +9216,26 @@ "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": "" + }, + "dom": { + "div[data-page*='component']": { + "attributes": { + "data-page": "component.+props.+url" + } + } + }, + "saas": false, + "oss": true, + "website": "https://inertiajs.com" + }, "Indy": { "cats": [ 22