Facetime For PC, Window & MAC [Chrome BG]

Facetime For PC, Window & MAC [Chrome BG]

Facetime For PC Window & MAC New Tab BG is available in the Chrome web store. it has To-Do List, Notes, HTML5 Games, Shortcuts, Etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "16.10",
  "name": "Facetime For PC, Window & MAC [Chrome BG]",
  "description": "Facetime For PC Window & MAC New Tab BG is available in the Chrome web store. it has To-Do List, Notes, HTML5 Games, Shortcuts, Etc",
  "author": "Facetime Fans",
  "default_locale": "en",
  "offline_enabled": true,
  "action": {
    "default_icon": "images/ext_icon/128.png"
  },
  "background": {
    "service_worker": "scripts/service_worker.js"
  },
  "chrome_url_overrides": {
    "newtab": "theme_tab/theme_tab.html"
  },
  "icons": {
    "48": "images/ext_icon/48.png",
    "128": "images/ext_icon/128.png"
  },
  "permissions": [
    "bookmarks",
    "storage"
  ]
}