Your Movies Links | Digital Content Online

Your Movies Links | Digital Content Online

A leading web tool that makes the process of searching all your favorite movies easier and faster. Your Movies Links is a premium…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Your Movies Links | Digital Content Online",
  "version": "1.3",
  "permissions": [
    "chrome://favicon/*",
    "sessions",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "page_action": {
    "default_popup": "settings.html",
    "default_icon": {
      "16": "images/video-timelapse-16.png",
      "32": "images/video-timelapse-32.png",
      "48": "images/video-timelapse-48.png",
      "128": "images/video-timelapse-100.png"
    }
  },
  "manifest_version": 2
}