Inspect and view changes in myscenicdrives.com Road Trip Planner 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",
"manifest_version": 3,
"name": "myscenicdrives.com Road Trip Planner",
"description": "Plan your road trip easily with myscenicdrives.com. Features unlimited stops, multiday trips, GPS, printing, sharing, and more!",
"version": "2.0.1",
"app": {
"urls": [
"http://www.myscenicdrives.com/",
"https://www.myscenicdrives.com/"
],
"launch": {
"web_url": "https://www.myscenicdrives.com/road-trip-planner"
}
},
"icons": {
"128": "128x128.png"
},
"permissions": [
"geolocation"
]
}