Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"version": "2024.4.21.1",
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"default_locale": "en",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/page.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_title": "Add accents",
"default_icon": {
"19": "assets\/icon16.png",
"38": "assets\/icon48.png"
}
},
"commands": {
"add-accents": {
"suggested_key": {
"default": "Ctrl+Shift+Z",
"mac": "Command+Shift+Z"
},
"description": "Add accents for selected text"
}
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}