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_appName__",
"description": "__MSG_appDesc__",
"author": "Pacifique Rukiza",
"default_locale": "en",
"version": "2.7.5",
"permissions": [
"tabs",
"idle",
"alarms",
"storage",
"unlimitedStorage",
"activeTab",
"scripting",
"sidePanel",
"webNavigation",
"declarativeNetRequest",
"contextMenus"
],
"background": {
"service_worker": "src\/background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"inject\/loader.js",
"inject\/fab-manager.js"
],
"css": [
"inject\/inject-style.css"
],
"exclude_matches": [
"*:\/\/*.google.com\/webhp*",
"*:\/\/*.duckduckgo.com\/*",
"*:\/\/*.microsoftedge.microsoft.com\/*",
"*:\/\/*.google.com\/webstore*",
"*:\/\/*.mozilla.org\/addons*",
"*:\/\/*.microsoft.com\/addons*",
"*:\/\/*.opera.com\/addons*"
],
"all_frames": true,
"run_at": "document_end",
"match_about_blank": true
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"config\/*",
"config\/content-filters.json",
"inject\/*",
"inject\/dictionary\/*",
"inject\/dictionary\/dictionary.html",
"inject\/note\/ui\/panel.html",
"inject\/note\/ui\/panel.js",
"inject\/note\/ui\/panel.css",
"inject\/inject-style.css",
"utils\/*",
"libs\/*",
"src\/*",
"src\/block.*",
"src\/index.html",
"src\/style.css",
"icons\/*",
"inject\/note\/content\/content.css",
"inject\/note\/content\/brawse-note.js",
"inject\/note\/utils\/libs\/css\/materialdesignicons.min.css",
"inject\/note\/utils\/libs\/fonts\/materialdesignicons-webfont.woff2",
"inject\/note\/utils\/libs\/fonts\/materialdesignicons-webfont.woff",
"inject\/note\/utils\/libs\/fonts\/materialdesignicons-webfont.eot",
"inject\/note\/utils\/libs\/font\/*",
"inject\/note\/ui\/*",
"inject\/note\/icons\/note128.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
}
},
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"commands": {
"toggle_dictionary": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Toggle the dictionary feature"
},
"toggle_notes": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Toggle the notes feature"
}
}
}