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_appName__",
"description": "__MSG_appDesc__",
"version": "5.2.9",
"default_locale": "en",
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"action": {
"default_title": "Click to open panel"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"content-script.js"
],
"css": [
"assets\/nsc-crop.css",
"assets\/nsc-cropper.css",
"assets\/nsc-fragment.css",
"assets\/flex.css",
"assets\/popup.css",
"assets\/global.css",
"assets\/fixStyle.css",
"assets\/content.css"
]
}
],
"permissions": [
"storage",
"scripting",
"sidePanel",
"contextMenus",
"tabCapture"
],
"side_panel": {
"default_path": "sidePanel.html"
},
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"content-script.js",
"images\/*",
"assets\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyCpPAvRBDEqWgdte0S0V\/l9agbMqJ1WJxodtXsaQ\/Qoj1oC282Zw4+qRxmqY+v9bplcL+ffm5yY8\/Bas4iQQlA3UVoxqWzsfOET3aIiGAxFpaKG9sbuFONlsgG1Zqg483GiTj6fP2P27BRYhX7yE6+7n7MUgELnqgax5mhMTejwIDAQAB"
}