{
   "action": {
      "default_title": "ScreenPal - Screen Recorder & Video Editor"
   },
   "background": {
      "service_worker": "extension/service_worker.js"
   },
   "commands": {
      "effects-1": {
         "description": "Start/Stop effect #1 while recording.",
         "suggested_key": {
            "chromeos": "Alt+Shift+1",
            "default": "Alt+1"
         }
      },
      "effects-2": {
         "description": "Start/Stop effect #2 while recording.",
         "suggested_key": {
            "chromeos": "Alt+Shift+2",
            "default": "Alt+2"
         }
      },
      "effects-3": {
         "description": "Start/Stop effect #3 while recording.",
         "suggested_key": {
            "chromeos": "Alt+Shift+3",
            "default": "Alt+3"
         }
      }
   },
   "content_scripts": [ {
      "all_frames": true,
      "css": [ "app/css/SP-Main.css", "app/css/opentip.css", "app/css/basicLightbox.min.css" ],
      "js": [ "extension/SP-Runtime.js", "app/js/SP-Main.js", "app/js/lib/opentip-native-inject.min.js", "app/js/lib/basicLightbox.min.js" ],
      "matches": [ "http://*/*", "https://*/*" ],
      "run_at": "document_end"
   } ],
   "content_security_policy": {
   },
   "description": "Record your screen & webcam, take screenshots, edit videos & images - easy & free!",
   "host_permissions": [ "https://*/*", "http://*/*" ],
   "icons": {
      "128": "/extension/icon/SP_128.png",
      "16": "/extension/icon/SP_16.png",
      "48": "/extension/icon/SP_48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiRn1jNydfDAb6JtB0L1+WCVoXd0GaBGdixY0rLVr3PypgXJOeKuNkEEI/39mW7gUQSBUQo6Sl5in7ztwHJN6ro0miuk3fks95HqOGcFFrtJwF3nflHUKTeRHhc1fMR2MKbHFXVGt+KcklMN/fmXcXtXj+5OxDmHqB3RNv0PDlFN3TzWFl2FP0sI+NAbe/YTr4Iu6qe3hPzho377zqa8AW584TonyDWHVbd0ZlQfzI2uigEIBueT/t3Y+YvSHsHhGPr1sMu4gbmwVrzphu66x0vThFqwIYwQHkD6Fmd53tJ8UNL+rEXHv9ESv0Y4MvqmsoOKQgPNaM7mq3wKfUQZTtwIDAQAB",
   "manifest_version": 3,
   "name": "ScreenPal - Screen Recorder & Video Editor",
   "permissions": [ "tabs", "storage", "tabCapture", "webNavigation", "clipboardRead", "clipboardWrite", "contextMenus", "unlimitedStorage", "offscreen", "scripting" ],
   "short_name": "ScreenPal",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "3.1.8",
   "version_name": "3.1.8",
   "web_accessible_resources": [ {
      "matches": [ "\u003Call_urls>" ],
      "resources": [ "app/editor*.html", "app/tooltip.html", "app/tooltip_*.html", "app/som_rec_controls.html", "app/flyout*.html", "app/player.html", "app/pip.html", "app/popup_menu*.html", "app/message_*.html", "app/checkWhich.html", "app/preview-thumbnail.html", "app/draw.html", "app/effects.html", "app/effects_menu.html", "app/templateGuide.html", "app/templates_menu.html" ]
   } ]
}
