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": 2,
"name": "Focus to Work",
"version": "1.0",
"default_locale": "en",
"description": "__MSG_ext_description__",
"options_page": "options.html",
"author": "Mustafa K\u00dc\u00c7\u00dcK",
"homepage_url": "https:\/\/dosoapp.com\/focustowork\/focus\/",
"background": {
"scripts": [
"jquery.min.js",
"background.js"
],
"persistent": false
},
"icons": {
"16": "img\/focus16.png",
"48": "img\/focus48.png",
"128": "img\/focus128.png"
},
"permissions": [
"<all_urls>",
"tabs",
"notifications",
"storage"
]
}