Inspect and view changes in TrustLogin - IDaaS (Identity as a Service) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "TrustLogin - IDaaS (Identity as a Service)",
"description": "__MSG_extDescription__",
"default_locale": "ja",
"version": "3.6.7",
"author": "GlobalSign - https://www.globalsign.com",
"background": {
"service_worker": "service-worker.bundle.js"
},
"icons": {
"16": "img/Icon_16X16.png",
"19": "img/Icon_19X19.png",
"32": "img/Icon_32X32.png",
"48": "img/Icon_48X48.png",
"64": "img/Icon_64X64.png",
"128": "img/Icon_128X128.png",
"256": "img/Icon_256X256.png",
"512": "img/Icon_512X512.png",
"1024": "img/Icon_1024X1024.png"
},
"action": {
"default_title": "TrustLogin - IDaaS (Identity as a Service)",
"default_icon": "img/Icon_19X19.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content-script.bundle.js"
],
"run_at": "document_end",
"match_about_blank": true,
"all_frames": true
},
{
"matches": [
"*://*/*"
],
"js": [
"injected-script.bundle.js"
],
"run_at": "document_start",
"match_about_blank": true,
"all_frames": true,
"world": "MAIN"
}
],
"externally_connectable": {
"matches": [
"https://portal.trustlogin.com/*"
]
},
"permissions": [
"activeTab",
"tabs",
"storage",
"webNavigation"
],
"web_accessible_resources": [
{
"resources": [
"img/loading_service_page.gif"
],
"matches": [
"*://*/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}