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",
"name": "WebDataMaster",
"version": "0.2.0",
"description": "Export and import web site data",
"action": {
"default_popup": "index.html"
},
"manifest_version": 3,
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.ts-loader-4e041da4.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"contextMenus"
],
"icons": {
"16": "src\/assets\/16.png",
"32": "src\/assets\/32.png",
"48": "src\/assets\/48.png",
"128": "src\/assets\/128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/browser-polyfill-3cad8923.js",
"assets\/main.ts-78f63942.js"
],
"use_dynamic_url": true
}
]
}