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__",
"version": "1.0.4",
"default_locale": "en",
"description": "__MSG_description__",
"author": "Seiri",
"action": {
"default_icon": "assets\/static\/icons\/icon128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"permissions": [
"sidePanel"
],
"side_panel": {
"default_path": "index.html"
},
"icons": {
"16": "assets\/static\/icons\/icon16.png",
"48": "assets\/static\/icons\/icon48.png",
"128": "assets\/static\/icons\/icon128.png"
}
}