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,
"name": "__MSG_extension_name__",
"version": "1.0.0",
"description": "__MSG_extension_description__",
"default_locale": "en",
"action": {
"default_icon": {
"16": "images\/icon-16px.png",
"32": "images\/icon-32px.png",
"48": "images\/icon-48px.png",
"128": "images\/icon-128px.png"
},
"default_title": "__MSG_default_title__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.min.js"
},
"icons": {
"16": "images\/icon-16px.png",
"32": "images\/icon-32px.png",
"48": "images\/icon-48px.png",
"128": "images\/icon-128px.png"
},
"options_ui": {
"page": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.nftpowertool.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.notion.site\/*",
"https:\/\/*.notiontopdf.site\/*"
],
"js": [
"libs\/jquery-3.6.0.min.js",
"libs\/html2canvas.min.js",
"libs\/ScrollShot.js",
"libs\/FileSaver.min.js",
"libs\/jspdf.umd.min.js",
"libs\/pako.min.js",
"libs\/UPNG.js",
"content.min.js"
],
"css": [
"style.css"
],
"run_at": "document_start"
}
],
"permissions": [
"storage",
"alarms",
"tabs",
"offscreen"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.ntfpowertool.com\/*",
"http:\/\/*.ntfpowertool.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.notion.site\/*",
"https:\/\/*.notiontopdf.site\/*"
]
}