Inspect and view changes in Furkot 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",
"name": "Furkot Road Trip Planner",
"short_name": "Furkot",
"description": "Miss the turns on your terms! Use real dates, find interesting places, book hotels with ease.",
"version": "2.0.1",
"icons": {
"128": "furkot_128.png"
},
"app": {
"urls": [
"*://*.furkot.com/"
],
"launch": {
"web_url": "https://trips.furkot.com"
}
},
"manifest_version": 2
}