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": "FXVNPRo Script Manager",
"version": "1.0.4",
"description": "FXVNPRo.com - Create, edit, and run your own userscripts securely on any website.",
"permissions": [
"scripting",
"storage",
"activeTab",
"webNavigation"
],
"optional_host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "FXVNPRo Script Manager",
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"bridge.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"options_page": "options\/index.html",
"homepage_url": "https:\/\/www.fxvnpro.com"
}