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": "Vacation Request Manager (VRM) Enhanced",
"manifest_version": 3,
"version": "1.0.2",
"description": "Disables scrolling by months, enables Flash automatically, and some more tweaks.",
"author": "Sam Kauffman (SamVK)",
"icons": {
"16": "img\/icon\/icon-16.png",
"48": "img\/icon\/icon-48.png",
"128": "img\/icon\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/vrm.kmbs.us\/vrm\/Login.php"
],
"js": [
"dist\/login.js"
],
"css": [
"dist\/style.css"
]
},
{
"matches": [
"https:\/\/vrm.kmbs.us\/vrm\/Employee_Main.php"
],
"js": [
"dist\/main.js"
],
"css": [
"dist\/style.css"
]
}
]
}