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",
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/jquery.js",
"js\/keypress-2.1.4.min.js",
"js\/dp.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "Discreetly surf the web! Control exactly how you want web pages to look like.",
"icons": {
"16": "img\/icon16.png",
"24": "img\/icon24.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "6",
"name": "Decreased Productivity",
"options_page": "options.html",
"page_action": {
"default_icon": "img\/addressicon\/coffee.png",
"default_title": "Decreased Productivity"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"tabs"
],
"version": "0.46.56.11"
}