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": "DocsMate",
"description": "A document language switcher for developers.",
"version": "0.1.0",
"action": {
"default_popup": "index.html"
},
"permissions": [
"tabs"
],
"icons": {
"16": ".\/assets\/icon16.ico",
"38": ".\/assets\/icon38.ico",
"48": ".\/assets\/icon48.ico",
"64": ".\/assets\/icon64.ico"
}
}