Arlo App for PC & Mac, Windows - Background

Arlo App for PC & Mac, Windows - Background

Arlo App background extension provide you with 'Arlo App' design on new tab. Designed for 'Arlo App' camera Fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.2.0",
  "name": "Arlo App for PC & Mac, Windows - Background",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Arlo App background extension provide you with 'Arlo App' design on new tab. Designed for 'Arlo App' camera  Fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/main.js"
  }
}