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",
"version": "2023.0327.10.00",
"version_name": "10.00.4",
"short_name": "__MSG_shortName__",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"manifest_version": 2,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotRWc+\/BH+3OsRCU2VzsJJtLjbNNbTjue1\/u+bB8j0LcCRJbI1xN0Hf9YGSX8HSJTXIvnMBxtghhtWfD2QeY0d4lYJgkgR6UgnIowakWRy3PLI9+Xk9MXnaA0IBpi4nGNhJu1vu91g\/8xP3l3aHOmWT7QSXAryusODGRHb0gKnSb1AZORA2oCVxvlX7vbyhVpm2cKzmn\/H13tfaVyfO\/zXuI04CCyd2nE0XFL\/4cIK5T+6lAPhfhgxvYSVTewxg9BBMtrO0VLZhDITx83Q5p4yoca6kHQ7x0AR5UcogVWOCc7zw2rsbAz\/TdvQjQRILM+7BTXRXjb8JT8kh491IvUwIDAQAB",
"background": {
"scripts": [
"js\/ext\/lodash.min.js",
"js\/ext\/moment.min.js",
"js\/ext\/buy.js",
"js\/ext\/sha256.min.js",
"js\/ls.js",
"js\/constants.js",
"js\/appstate.js",
"js\/settingsstore.js",
"js\/licenseutils.js",
"js\/taskutils.js",
"js\/utils.js",
"js\/providers\/a2.js",
"js\/bgutils.js",
"js\/license.js",
"js\/providers\/noprovider.js",
"js\/providers\/dropboxclient.js",
"js\/providers\/dropboxprovider.js",
"js\/providers\/driveprovider.js",
"js\/taskstore.js",
"js\/bgscript.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "img\/tt16-greyscale.png",
"24": "img\/tt24-greyscale.png",
"32": "img\/tt32-greyscale.png"
},
"default_title": "__MSG_browserButtonTitle__"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Alt+T",
"mac": "MacCtrl+T",
"chromeos": "Alt+T",
"linux": "Alt+T"
},
"description": "Show Tasks",
"global": true
}
},
"icons": {
"16": "img\/tt16.png",
"48": "img\/tt48.png",
"128": "img\/tt128.png"
},
"minimum_chrome_version": "49",
"oauth2": {
"client_id": "122985801277-lr2l3557vudg797jmmb000plqo445dd2.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"content_security_policy": "script-src 'self' https:\/\/www.dropbox.com; object-src 'self'",
"offline_enabled": true,
"options_page": "setup\/options.html",
"options_ui": {
"page": "setup\/options.html",
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"alarms",
"notifications",
"storage",
"unlimitedStorage",
"identity",
"background"
],
"web_accessible_resources": [
"img\/tt128.png",
"popup.html"
],
"externally_connectable": {
"matches": [
"https:\/\/*.oorjalabs.com\/*"
]
}
}