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__",
"version": "2.6",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"icons": {
"128": "assets\/images\/icon_128.png"
},
"action": {
"default_icon": {
"128": "assets\/images\/icon_128.png"
},
"default_title": "Text Replacer"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"sidePanel"
]
}