Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "FortiSASE Secure Web Gateway",
"version": "1.0.4",
"description": "Access the internet securely via FortiSASE Secure Web Gateway",
"permissions": [
"proxy",
"storage"
],
"background": {
"service_worker": "worker.js"
},
"storage": {
"managed_schema": "managed-storage.schema.json"
},
"action": {
"default_icon": "static\/icons\/sase-brand-128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "static\/icons\/sase-brand-16.png",
"32": "static\/icons\/sase-brand-32.png",
"48": "static\/icons\/sase-brand-48.png",
"128": "static\/icons\/sase-brand-128.png"
}
}