DecoStyle - Home Inspiration

DecoStyle - Home Inspiration

The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_title": "DecoStyle"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://deco.style/ https://api.deco.style/ https://suggestqueries.google.com/complete/ https://ajax.googleapis.com/ajax/services/feed/ https://ipv4.google.com/ https://*.googleapis.com/ https://www.google.com/ https://ssl.google-analytics.com https://www.google.com/search; object-src 'self' 'unsafe-eval'",
  "description": "The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must!",
  "homepage_url": "http://deco.style?ref=ext",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "DecoStyle - Home Inspiration",
  "permissions": [
    "storage",
    "topSites",
    "alarms",
    "https://deco.style/",
    "https://api.deco.style/"
  ],
  "short_name": "DecoStyle",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.1.0",
  "web_accessible_resources": [
    "*/*",
    "/*"
  ]
}