Inspect and view changes in Repair360 - VIN Tracker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
}
},
"version": "1.0.2",
"author": "garrett.vance@repairondemand.com",
"name": "Repair360 - VIN Tracker",
"description": "Repair360 - VIN Tracker",
"background": {
"service_worker": "static/background/index.js"
},
"permissions": [
"storage",
"scripting",
"activeTab",
"tabs",
"sidePanel"
],
"content_scripts": [
{
"matches": [
"https://*.repair360.net/*"
],
"js": [
"check-token.f613eb6e.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"side-panel.1ab58a92.js"
],
"exclude_matches": [
"https://*.repair360.net/*"
],
"css": [
"font.78aa8533.css"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"config-popup.dfb4090b.js"
],
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"vin-popup.6cfd8685.js"
],
"exclude_matches": [
"https://*.repair360.net/*"
],
"css": [
"font.78aa8533.css"
]
}
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"tabs/configuration.html"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"Roboto-Regular.b8207358.ttf",
"Roboto-Medium.a9333406.ttf",
"Roboto-Light.0c6358b8.ttf",
"SourceSans3-Light.ac4db6c2.ttf",
"SourceSans3-Medium.ab9a83ee.ttf",
"SourceSans3-SemiBold.012ce1d0.ttf",
"side-panel.95bad065.css",
"side-panel.c33b341c.png"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"config-popup.cf5d360b.png"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"Roboto-Regular.b8207358.ttf",
"Roboto-Medium.a9333406.ttf",
"Roboto-Light.0c6358b8.ttf",
"SourceSans3-Light.ac4db6c2.ttf",
"SourceSans3-Medium.ab9a83ee.ttf",
"SourceSans3-SemiBold.012ce1d0.ttf",
"side-panel.95bad065.css"
]
}
]
}