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": "JAUCP Helper",
"description": "MediaWiki editing assistant for Japanese Uncyclopedia sites with syntax insertion toolbar and template management",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/ansaikuropedia.org\/*",
"*:\/\/ja.uncyclopedia.info\/*",
"*:\/\/ja.uncyclomedia.org\/*",
"*:\/\/ja.uncyclopedia.net\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-BqeB0A8x.js"
],
"matches": [
"*:\/\/ansaikuropedia.org\/*",
"*:\/\/ja.uncyclopedia.info\/*",
"*:\/\/ja.uncyclomedia.org\/*",
"*:\/\/ja.uncyclopedia.net\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-CtM-Ywv7.css"
]
}
],
"action": {
"default_title": "JAUCP Helper"
},
"icons": {
"16": "public\/icons\/icon16.png",
"32": "public\/icons\/icon32.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"version": "1.0.0",
"web_accessible_resources": [
{
"matches": [
"*:\/\/ansaikuropedia.org\/*",
"*:\/\/ja.uncyclomedia.org\/*",
"*:\/\/ja.uncyclopedia.info\/*",
"*:\/\/ja.uncyclopedia.net\/*"
],
"resources": [
"assets\/index.ts-BqeB0A8x.js"
],
"use_dynamic_url": false
}
]
}