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": "Open Excel",
"version": "1.3",
"description": "View Excel files in Chrome and edit them in Google Sheets",
"homepage_url": "https:\/\/github.com\/Heinlaid\/openexcel\/",
"action": {
"default_title": "Open Excel",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"https:\/\/docs.google.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"oauth2": {
"client_id": "1028778520513-08tguu5pivd1dqrdfnc0s0gglnesov8e.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}