Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "LoopIt",
"version": "1.8.0",
"version_name": "1.8.0",
"description": "__MSG_extensionDescription__",
"author": "POLPROG",
"homepage_url": "https:\/\/polprog.pl\/",
"minimum_chrome_version": "88",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"css": [
"content-style.css"
]
}
],
"permissions": [
"storage",
"contextMenus"
],
"action": {
"default_popup": "popup.html",
"default_title": "LoopIt \u2013 Toggle Video Loop Panel",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L"
},
"description": "Toggle LoopIt panel"
}
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"default_locale": "en"
}