Inspect and view changes in sags.digital - Screenrecorder & Communication 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": "__MSG_extName__",
"homepage_url": "https://sags.digital/",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"240": "assets/signet-invertiert.png"
},
"background": {
"service_worker": "js/background.js"
},
"options_page": "options.html",
"host_permissions": [
"https://app.sags.digital/*"
],
"permissions": [
"storage"
],
"action": {
"default_icon": {
"240": "assets/signet-invertiert.png"
},
"default_title": "sags.digital",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://mail.google.com/*"
],
"js": [
"js/googlemail.js"
]
},
{
"matches": [
"*://app.sags.digital/*"
],
"js": [
"js/sagsdigital.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons/*",
"assets/*"
],
"matches": [
"*://*/*"
],
"use_dynamic_url": true
}
],
"content_security_policy": {
"extension_pages": "default-src 'self'; frame-src *; style-src 'self' 'unsafe-inline'; connect-src *"
},
"version": "1.0.8",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}