#365ArtCalendar

#365ArtCalendar

365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "#365ArtCalendar",
  "version": "1.0.4",
  "description": "365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists.",
  "icons": {
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    }
  },
  "background": {
    "scripts": [
      "./js/bg.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}