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_ext_name__",
"description": "__MSG_ext_desc__",
"version": "1.5.4",
"manifest_version": 3,
"icons": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"action": {
"default_icon": {
"32": "icon_32.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"default_locale": "en",
"homepage_url": "https:\/\/x.gd\/",
"background": {
"service_worker": "background.js"
}
}