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_extensionName__",
"version": "2.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"scripting",
"tabs",
"webNavigation",
"contextMenus",
"identity",
"userScripts",
"cookies",
"downloads",
"notifications",
"clipboardWrite"
],
"oauth2": {
"client_id": "127988398828-urc6j9p9pvljehmtgsa1u01qikmc797q.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"page-restoration.js",
"install-detector.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"inject.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"*:\/\/greasyfork.org\/*\/scripts",
"*:\/\/greasyfork.org\/*\/scripts?*"
],
"js": [
"greasyfork-list.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/openuserjs.org\/*"
],
"js": [
"openuserjs-list.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/userscript.zone\/*",
"*:\/\/*.userscript.zone\/*"
],
"js": [
"userscriptzone-list.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "GreasePanda - Manage your userscripts",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"*.js",
"icons\/icon128.png",
"incognito-enabler.js",
"sandbox.js",
"jshint.js"
],
"matches": [
"<all_urls>"
]
}
],
"minimum_chrome_version": "102"
}