{
   "action": {
      "default_icon": {
         "19": "icons/icon19.png",
         "38": "icons/icon38.png",
         "48": "icons/icon48.png"
      },
      "default_popup": "popup.html"
   },
   "content_scripts": [ {
      "all_frames": true,
      "css": [ "inject.css" ],
      "exclude_matches": [ "https://plus.google.com/hangouts/*", "https://hangouts.google.com/*", "https://meet.google.com/*" ],
      "js": [ "inject.js" ],
      "match_about_blank": true,
      "matches": [ "http://*/*", "https://*/*", "file:///*" ]
   } ],
   "description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts",
   "homepage_url": "https://github.com/igrigorik/videospeed",
   "icons": {
      "128": "icons/icon128.png",
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlJ+jYyuxedzdiVTnuq32j7ywDdo8aQWP6MuGARBwloAkMtoRKPj+PnL14AYPgJ/WqsXBZ3xn9p5k+ZwmK7sXW88ULaNm+valQJwukYlxb6M/Ma2DrSpxBmjt61umLletnMyuSSFtJcHpKT2BbLh8tkIZ7GSZtUhYhf1/FjGJ1P38e4kwYXx/mCD2KBTMVZoYRSslBfIGfGWF3Hu+u2KQpunEGArGVqGUxWITppJrgOVKFpEOGqFWtBGVsGihZe1psSI+NEGQvUL2BWR1yllGzq22HdAwDeHONvdbMvL+qeGBk1CWl9smmPg2v4Jg1K+DBnvjPp9W9K29vyiPX2tLiQIDAQAB",
   "manifest_version": 3,
   "minimum_chrome_version": "89",
   "name": "Video Speed Controller",
   "options_ui": {
      "open_in_tab": true,
      "page": "options.html"
   },
   "permissions": [ "storage" ],
   "short_name": "videospeed",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "0.7.3",
   "web_accessible_resources": [ {
      "matches": [ "http://*/*", "https://*/*", "file:///*" ],
      "resources": [ "inject.css", "shadow.css" ]
   } ]
}
