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": "ADP Copy & Paste",
"short_name": "ADP Copy & Paste",
"description": "Allows to copy and paste rows in ADP",
"version": "3.3.0",
"author": "Federico Bridger",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"adpCopyPaste.css",
"lib\/jquery.qtip.min.css"
],
"js": [
"lib\/jquery.js",
"lib\/jquery.qtip.min.js",
"helpers.js",
"nonWorkableDays.js",
"adpCopyPaste.js",
"holidaysStore.js",
"holidaysArgentina2016.js",
"holidaysArgentina2017.js",
"holidaysArgentinaFixed.js",
"holidaysColombia.js",
"holidaysUruguay2017.js",
"holidaysUruguayFixed.js",
"holidaysVenezuela2017.js",
"holidaysVenezuelaFixed.js",
"Holidays.js",
"DateSelectorHelper.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.adp.com\/"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3
}