Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"content_scripts": [
{
"js": [
"inject\/js\/wunderlistfix.js"
],
"matches": [
"https:\/\/*.wunderlist.com\/*",
"http:\/\/*.wunderlist.com\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"css": [
"inject\/css\/gmailfix.css"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"all_frames": true
},
{
"css": [
"inject\/css\/gplus.css"
],
"matches": [
"https:\/\/plus.google.com\/app\/basic*"
],
"all_frames": true
},
{
"js": [
"inject\/js\/classroom.js"
],
"matches": [
"https:\/\/classroom.google.com\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"inject\/js\/facebook.js"
],
"matches": [
"https:\/\/m.facebook.com\/*"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"uniqueid_19548234.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "icon\/16.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"action": [],
"options_page": "index.html#settings",
"chrome_settings_overrides": {
"homepage": "https:\/\/ichro.me\/redirect"
},
"permissions": [
"storage",
"cookies",
"sessions",
"webRequest",
"system.cpu",
"system.memory",
"unlimitedStorage",
"identity"
],
"optional_permissions": [
"tabs",
"topSites",
"bookmarks",
"management"
],
"host_permissions": [
"<all_urls>"
],
"version": "4.0.0.5",
"manifest_version": 3,
"default_locale": "en",
"short_name": "ProductivityTab",
"offline_enabled": true,
"name": "__MSG_extName__",
"minimum_chrome_version": "88.0",
"description": "__MSG_extDescription__",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
}