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": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0.0",
"default_locale": "en",
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Dextab Layout"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"identity",
"tabs",
"contextMenus",
"notifications",
"geolocation",
"search",
"scripting"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"https:\/\/www.google.com\/*",
"https:\/\/*.google.com\/*",
"https:\/\/*.gstatic.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/fonts.gstatic.com\/*",
"https:\/\/cdnjs.cloudflare.com\/*",
"https:\/\/images.websim.com\/*",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https: data: blob:; style-src 'self' 'unsafe-inline' https:; font-src https: data:"
},
"oauth2": {
"client_id": "792922168486-s5nro7i6qhhvrg0dpfosqublst1k1ln0.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
}