Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_EXTENSION_NAME__",
"short_name": "__MSG_EXTENSION_SHORTNAME__",
"version": "2.0.0",
"manifest_version": 3,
"description": "__MSG_EXTENSION_DESCRIPTION__",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"offline_enabled": true,
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"clipboardRead"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"match_about_blank": true,
"all_frames": true,
"js": [
"vendor\/scripts\/jquery-2.1.1-simplified.min.js",
"vendor\/scripts\/moment-with-locales.min.js",
"scripts\/constants.js",
"scripts\/ate.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"scripts\/powerTextMda.js"
],
"matches": [
"<all_urls>"
]
}
],
"omnibox": {
"keyword": "__MSG_KEYWORD_OMNIBAR_TRIGGER__"
}
}