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_extName__",
"version": "1.0.3",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"scripting",
"contextMenus",
"alarms",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-BBA8pKhL.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "public\/icons\/icon-16.png",
"32": "public\/icons\/icon-32.png",
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
}
},
"icons": {
"16": "public\/icons\/icon-16.png",
"32": "public\/icons\/icon-32.png",
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
},
"commands": {
"add-bookmark": {
"suggested_key": {
"default": "Alt+M",
"mac": "Alt+M"
},
"description": "Bookmark current reading position"
}
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/index-CI6cnnkF.js",
"assets\/usageTracker-DGHiA1Hu.js",
"assets\/index.ts-CozU4SjT.js"
],
"use_dynamic_url": false
}
]
}