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",
"version": "1.0.5",
"manifest_version": 3,
"name": "__MSG_title__",
"description": "__MSG_description__",
"default_locale": "en",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "bg.js"
},
"permissions": [
"storage",
"downloads",
"notifications",
"downloads.open",
"downloads.ui"
],
"action": {
"default_popup": "enter.html",
"default_icon": {
"16": "idraws\/16.png",
"32": "idraws\/32.png",
"48": "idraws\/48.png",
"64": "idraws\/64.png"
}
},
"icons": {
"16": "idraws\/16.png",
"32": "idraws\/32.png",
"48": "idraws\/48.png",
"64": "idraws\/64.png",
"128": "idraws\/128.png"
}
}