{
   "action": {
      "default_popup": "popup.html"
   },
   "background": {
      "service_worker": "background.js"
   },
   "commands": {
      "add-marker": {
         "description": "__MSG_tooltip_add_marker__",
         "suggested_key": {
            "default": "Alt+Shift+A"
         }
      },
      "next-marker": {
         "description": "__MSG_tooltip_next__",
         "suggested_key": {
            "default": "Alt+Shift+Right"
         }
      },
      "prev-marker": {
         "description": "__MSG_tooltip_prev__",
         "suggested_key": {
            "default": "Alt+Shift+Left"
         }
      },
      "remove-marker": {
         "description": "__MSG_tooltip_remove_marker__",
         "suggested_key": {
            "default": "Alt+Shift+R"
         }
      },
      "save-screenshot": {
         "description": "__MSG_tooltip_screenshot__"
      }
   },
   "content_scripts": [ {
      "all_frames": false,
      "css": [ "youtube.css" ],
      "js": [ "youtube-content-script.js" ],
      "matches": [ "https://www.youtube.com/*" ],
      "run_at": "document_idle"
   } ],
   "default_locale": "en",
   "description": "__MSG_description__",
   "host_permissions": [ "https://www.youtube.com/*" ],
   "icons": {
      "128": "./icons/timeline-128.png",
      "32": "./icons/timeline-32.png",
      "64": "./icons/timeline-64.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgO0sKp63odwjp8/YLW3RkQuDEYZo8aFSBIPgpIm2iizROTIGt377fV4pplD/+vludtD3RM3jB8tudLbxlbW2F2wSkxuiU5Gy9pfQ5yJBX8x6hUQhRMori6HK8yp5IK/Ho6Y5b6NpiFg6LCXm0aIK4fQXIgTX+FrCuA0k6EPXDjGoVmksGxA6B5/LwYhjmw7FRPnFf9ODnWfDs6/ezsrCSMzgsHJG0ohKxbYcyEa0JrlVRHtwspZpmCA1N4QPOIXn2lwuyScCSuc2GtDW9wmZnxZZA5QviWEnUBQgeF96BZIvdF2x5EazNUnqw/hKLwIlskdsazAC7yejTp0A0GWYcQIDAQAB",
   "manifest_version": 3,
   "name": "__MSG_name__",
   "options_ui": {
      "open_in_tab": false,
      "page": "options.html"
   },
   "permissions": [ "storage" ],
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "1.0.3",
   "web_accessible_resources": [ {
      "matches": [ "https://www.youtube.com/*" ],
      "resources": [ "youtube.css", "icons/screenshot-white-32.png", "icons/prev-white-32.png", "icons/next-white-32.png", "icons/add-white-32.png", "icons/del-white-32.png", "icons/del-video.png", "icons/settings.png" ]
   } ]
}
