Napi motivátor

Napi motivátor

Napi motivátor, naponta új idézet és új háttér.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Napi motivátor",
  "short_name": "Motivátor",
  "description": "Napi motivátor, naponta új idézet és új háttér.",
  "author": "Dávid Tóth",
  "homepage_url": "http://facebook.com/napimotivator",
  "version": "2.93",
  "content_security_policy": "script-src 'self' https://*.googleapis.com;  http://napimotivator.hu/ch/*; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "<all_urls>",
    "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"
  ]
}