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",
"default_locale": "en",
"name": "__MSG_manifest_name__",
"author": "ND CZQ",
"version": "4.3.2",
"manifest_version": 3,
"minimum_chrome_version": "109",
"description": "__MSG_manifest_description__",
"short_name": "__MSG_manifest_short_name__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/promethean\u00ae-screen-share\/kkepemkdiboiecpjlmdmighjkmfokbpm",
"background": {
"service_worker": "background\/index.js",
"type": "module"
},
"action": {
"default_icon": "images\/icons\/128.png",
"default_title": "__MSG_manifest_default_title__",
"default_popup": "pages\/dropdown\/index.html"
},
"icons": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"64": "images\/icons\/64.png",
"128": "images\/icons\/128.png"
},
"permissions": [
"storage",
"idle",
"offscreen"
]
}