In-House

In-House

Make your home as cozy as you always wanted using these DIY ideas. Prepare to get the house of your dreams, all in one extension!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "In-House",
  "description": "Make your home as cozy as you always wanted using these DIY ideas. Prepare to get the house of your dreams, all in one extension!",
  "version": "3.5",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "search.html"
  },
  "icons": {
    "128": "img/logo_128.png"
  }
}