Dia de Muertos para Vivos

Dia de Muertos para Vivos

Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.3",
  "icons": {
    "128": "icon_128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "https://gist.githubusercontent.com/",
    "https://instagram.com/"
  ],
  "background": {
    "page": "preload_page/index.html",
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "tab_page/index.html"
  }
}