BOKA DIN TAXI VIA VÅR APP Nu kan du boka din taxi resa snabbt och smidigt i vår app.
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": "TAXI LINKÖPING",
"manifest_version": 2,
"short_name": "BOKA DINA TAXI RESOR",
"description": "BOKA DIN TAXI VIA VÅR APP Nu kan du boka din taxi resa snabbt och smidigt i vår app.",
"version": "2.3",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "stntaxi.png"
},
"icons": {
"128": "stntaxi.png"
}
}