Photo Calendar 2020

Photo Calendar 2020

Take your daily inspiration from our photo calendar, based on 365 images

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_application_title__",
  "short_name": "__MSG_application_shortname__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "2.3",
  "icons": {
    "16": "icon48.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_application_title__",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/*.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}