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",
"manifest_version": 3,
"version": "1.0.4",
"name": "__MSG_name__",
"description": "__MSG_description__",
"author": "CRX Emulator",
"homepage_url": "https:\/\/crxemulator.com\/",
"default_locale": "en",
"minimum_chrome_version": "120",
"icons": {
"16": "assets\/icons\/16.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"background": {
"service_worker": "assets\/js\/bg.js"
},
"sandbox": {
"pages": [
"sb.html"
]
},
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/icons\/48.png"
},
"options_ui": {
"page": "opt.html",
"open_in_tab": true
},
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"offscreen",
"scripting",
"sidePanel",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/crxemulator.com\/*"
],
"optional_host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_permissions": [
"tabs",
"downloads",
"downloads.open",
"webRequest"
],
"externally_connectable": {
"matches": [
"https:\/\/crxemulator.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"opt.html",
"sb.html"
],
"matches": [
"<all_urls>"
]
}
]
}