{
   "action": {
      "default_icon": {
         "128": "assets/icons/128_128.png",
         "16": "assets/icons/16_16.png",
         "32": "assets/icons/32_32.png",
         "48": "assets/icons/48_48.png"
      },
      "default_title": "__MSG_app_name__"
   },
   "background": {
      "service_worker": "background.js",
      "type": "module"
   },
   "commands": {
      "open-printfriendly": {
         "description": "Open PrintFriendly page",
         "suggested_key": {
            "default": "Ctrl+Shift+0",
            "mac": "Command+Shift+0"
         }
      },
      "print-page": {
         "description": "Open PrintFriendly and print",
         "suggested_key": {
            "default": "Ctrl+Shift+7",
            "mac": "Command+Shift+7"
         }
      },
      "save-as-pdf": {
         "description": "Open PrintFriendly and save as PDF",
         "suggested_key": {
            "default": "Ctrl+Shift+6",
            "mac": "Command+Shift+6"
         }
      },
      "save-as-screenshot": {
         "description": "Take a full page screenshot",
         "suggested_key": {
            "default": "Ctrl+Shift+9",
            "mac": "Command+Shift+9"
         }
      }
   },
   "content_security_policy": {
      "extension_pages": "script-src 'self'; object-src 'self';",
      "sandbox": "sandbox allow-scripts allow-popups allow-modals allow-downloads; script-src 'self'; child-src 'self';"
   },
   "default_locale": "en",
   "description": "__MSG_app_description__",
   "externally_connectable": {
      "matches": [ "https://www.printfriendly.com/*", "https://printfriendly.com/*", "https://*.printfriendly.com/*" ]
   },
   "homepage_url": "https://www.printfriendly.com",
   "icons": {
      "128": "assets/icons/128_128.png",
      "16": "assets/icons/16_16.png",
      "32": "assets/icons/32_32.png",
      "48": "assets/icons/48_48.png"
   },
   "incognito": "split",
   "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv9zsC6sxYyVj0O0JqoH8ZHAeUVP/cOG5cNqf88kID0LgwIaPWWXQB4vAfwOyHGV7ZaN5IEgngd11MU3iiGa0STjlDeZD0neeTHLIyvovz3q6v+9fAeOtcyPcexNbPvGO9AU+aWRBtBf8+xUwUOEdlB9joM/E4xcx/V44XyRsZXwIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_app_name__",
   "optional_host_permissions": [ "\u003Call_urls>" ],
   "optional_permissions": [ "cookies", "webNavigation", "downloads" ],
   "options_page": "options.html",
   "permissions": [ "activeTab", "contextMenus", "scripting", "storage", "unlimitedStorage" ],
   "sandbox": {
      "pages": [ "sandbox.html" ]
   },
   "short_name": "__MSG_app_short_name__",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "6.13.1",
   "web_accessible_resources": [ {
      "matches": [ "*://*/*" ],
      "resources": [ "assets/logo.png", "print-in-tab.html", "sandbox.html", "assets/pf-styles.css", "printfriendly.css" ]
   } ]
}
