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",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "0.1.1",
"default_locale": "en",
"icons": {
"19": "img\/ico.png",
"48": "img\/ico.png",
"128": "img\/ico.png"
},
"action": [],
"options_page": "option.html",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}