Motiontabs - Best Live Wallpaper Experience

Motiontabs - Best Live Wallpaper Experience

Live wallpapers, Motion Themes, Live Backgrounds and Motion Wallpapers for your Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "motiontabs",
  "description": "__MSG_extDesc__",
  "version": "3.4",
  "default_locale": "en",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "/assets/logo.png",
    "48": "/assets/logo.png",
    "128": "/assets/logo.png"
  },
  "action": {
    "default_icon": "/assets/logo.png"
  },
  "background": {
    "service_worker": "/js/worker.js"
  },
  "permissions": [
    "background",
    "storage",
    "unlimitedStorage",
    "topSites"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; script-src-elem 'self' https://www.google-analytics.com https://json.geoiplookup.io https://motiontabs.com; object-src 'self';"
  },
  "offline_enabled": true,
  "googleAnalyticsID": "UA-137690561-1"
}