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",
"manifest_version": 3,
"name": "Split Expense",
"version": "1.0.0",
"description": "Split expenses with friends using Google Sheets as backend - like Splitwise but in Chrome",
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"https:\/\/sheets.googleapis.com\/*",
"https:\/\/drive.googleapis.com\/*",
"https:\/\/api.exchangerate-api.com\/*",
"https:\/\/www.google.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Split Expense"
},
"options_page": "options.html",
"oauth2": {
"client_id": "484388174704-jmh08k2kqk6rr7a094qpqjaui5r60jn8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/spreadsheets",
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}