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_extName__",
"version": "1.1.6",
"default_locale": "en",
"homepage_url": "https:\/\/dev-tools-hub.xyz\/extensions\/datapick",
"description": "__MSG_extDescription__",
"permissions": [
"activeTab",
"storage",
"alarms",
"downloads",
"identity",
"contextMenus",
"scripting"
],
"oauth2": {
"client_id": "3536108414-vcn134rv3tvilddq2g8jfbrv0vqf66a6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"host_permissions": [
"https:\/\/extensionpay.com\/*",
"https:\/\/sheets.googleapis.com\/*",
"https:\/\/www.googleapis.com\/*"
],
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png"
},
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-D6acGoFC.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"css": [
"assets\/index-DMb6a6eN.css"
]
},
{
"js": [
"assets\/extpay-content.ts-l0sNRNKZ.js"
],
"matches": [
"https:\/\/extensionpay.com\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/es-DzKgfU8M.js",
"assets\/payment-DywuUepH.js",
"assets\/xlsx-D_0l8YDs.js",
"assets\/index.ts-C7HfppJO.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"resources": [
"assets\/extpay-content.ts-l0sNRNKZ.js"
],
"use_dynamic_url": false
}
]
}