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",
"permissions": [
"scripting"
],
"name": "VAT inclusive price in Bokio",
"manifest_version": 3,
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"description": "Show the price including VAT in Bokio",
"content_scripts": [
{
"matches": [
"*:\/\/app.bokio.se\/*"
],
"js": [
"contentScript.js"
]
}
],
"version": "1.1"
}