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",
"name": "Smart Home - To Do List and Bookmarks",
"short_name": "Smart Home",
"description": "Smart home is the simple solution for your productivity. It brings all your important URL(s) and to do list in one place!",
"manifest_version": 2,
"permissions": [
"storage",
"contextMenus"
],
"background": {
"scripts": [
"assets\/background.js"
]
},
"version": "1.1",
"browser_action": {
"default_icon": {
"48": "assets\/img\/48.png",
"128": "assets\/img\/128.png",
"256": "assets\/img\/256.png"
},
"default_popup": "popup.html",
"default_title": "Smart Home"
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' object-src 'self'",
"homepage_url": "https:\/\/blogdesire.com?track=smart_home",
"icons": {
"48": "assets\/img\/48.png",
"128": "assets\/img\/128.png",
"256": "assets\/img\/256.png"
}
}