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_extName__",
"description": "__MSG_extDescription__",
"version": "2.0.0",
"default_locale": "en",
"icons": {
"16": "images\/Icon-16.png",
"32": "images\/Icon-32.png",
"48": "images\/Icon-48.png",
"128": "images\/Icon-128.png"
},
"permissions": [
"tabs"
],
"action": {
"default_popup": "popup.html"
}
}