{
   "action": {
      "default_icon": {
         "20": "assets/icon_20.png",
         "40": "assets/icon_48.png"
      },
      "default_popup": "popup.html",
      "default_title": "__MSG_AppShortName__"
   },
   "author": "Microsoft Corporation",
   "background": {
      "service_worker": "./editor/service_worker.js"
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "common/browserHandler.js", "content/auth.js" ],
      "match_about_blank": true,
      "matches": [ "https://login.live.com/*", "https://login.microsoftonline.com/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": true,
      "js": [ "common/browserHandler.js", "content/postInstallPage.js" ],
      "match_about_blank": false,
      "matches": [ "https://support.microsoft.com/*/office/welcome-to-the-microsoft-editor-browser-extension-9a5ee6c4-f6b7-4b26-bbca-cd38a8b44d6a*" ],
      "run_at": "document_start"
   }, {
      "all_frames": false,
      "js": [ "editor/config.js", "editor/content.js" ],
      "matches": [ "https://docs.google.com/document/*" ],
      "run_at": "document_end"
   }, {
      "all_frames": false,
      "js": [ "content/gDocsSupportMv3.js" ],
      "matches": [ "https://docs.google.com/document/*" ],
      "run_at": "document_start"
   }, {
      "all_frames": false,
      "js": [ "content/gDocsAnnotatedCanvas.js" ],
      "matches": [ "https://docs.google.com/document/*" ],
      "run_at": "document_start",
      "world": "MAIN"
   } ],
   "content_security_policy": {
      "extension_pages": "default-src 'none'; img-src 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src https://roaming.edog.officeapps.live.com https://*.office.net https://*.office365.us https://*.office.com https://*.officeppe.net https://augloop-dogfood.officeppe.com wss://augloop-dogfood.officeppe.com https://augloop.office.com wss://augloop.office.com https://*.augloop-dogfood.officeppe.com wss://*.augloop-dogfood.officeppe.com https://*.augloop.office.com wss://*.augloop.office.com https://roaming.officeapps.live.com https://*.aria.microsoft.com https://browser.events.data.microsoft.com https://graph.microsoft.com https://login.microsoftonline.com https://login.windows.net https://login.live.com https://apis.live.net https://petrol.office.microsoft.com https://petrol-int.office.microsoft.com wss://augloop-int.officeppe.com https://*.trafficmanager.net:9443 https://*.usgovtrafficmanager.net:9443 https://editor-thesaurus.northeurope.cloudapp.azure.com:9443; frame-src https://login.microsoftonline.com https://login.live.com/; base-uri 'none'; script-src 'self'; object-src 'self'; form-action 'none'; frame-ancestors https: http:; block-all-mixed-content; font-src 'self' https://*.cdn.office.net/files/ https://static2.sharepointonline.com/files/fabric/assets/ https://spoprod-a.akamaihd.net/files/fabric/assets/ https://*.azureedge.net;"
   },
   "default_locale": "en",
   "description": "__MSG_AppDescription__",
   "differential_fingerprint": "1.071c764185b100cb30ef28b0541ff03d0e387f07805bb010f5a4388cd954b820",
   "host_permissions": [ "\u003Call_urls>" ],
   "icons": {
      "128": "assets/icon_128.png",
      "16": "assets/icon_16.png",
      "48": "assets/icon_48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjSsIv4UVmqdeI2zYkS6vqs4w1KykiF/GlVfq25gZjpggxcGcgZ6r83FRD/I2acOlSLq/1X7cmyRrHldyJVUJWGcqMwM5h4A4QLtizz5dba+mV1QDtE9nVvbsOmYsv2cEi4UPlEojysIuZP+pVglHTsLOWxcFoHvxIZ/PTfw9txCybxUveYu2N7ZUGZH4tPqfExQ/VYb5ifdrzM49pUvgTsGwUnOJfppD9ppuNzyrUxBE6nEm52GnntJvu6JytWiER7I26g2BvrXp/76/HHQXOx41fURzIJ8JISAZ9hnOTP4q8LO9+vMBjpxRFPk5gvuoK5eGTYCz00dbX5f1jktIcQIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_AppName__",
   "permissions": [ "alarms", "storage", "scripting", "offscreen" ],
   "short_name": "__MSG_AppShortName__",
   "storage": {
      "managed_schema": "managed_schema.json"
   },
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.2410.904",
   "version_name": "v1.9.2",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "images/*", "fonts/*", "assets/*", "feedback.html", "options.html", "offscreen.html", "magicWindow.html" ]
   } ]
}
