President Trump Google Doodles

President Trump Google Doodles

Make Google Doodles Great Again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "President Trump Google Doodles",
  "version": "1.2.300",
  "version_name": "20230503110656",
  "icons": {
    "16": "icons/iconv3_16.png",
    "48": "icons/iconv3_48.png",
    "128": "icons/iconv3_128.png"
  },
  "description": "Make Google Doodles Great Again!",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icons/iconv3_48.png",
    "default_popup": "ptgd.html"
  },
  "chrome_url_overrides": {
    "newtab": "ptgd_newtab_google.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'; child-src https://s.ytimg.com",
  "permissions": [
    "https://api.flickr.com/",
    "http://api.flickr.com/",
    "https://flickr.com/",
    "http://www.flickr.com/",
    "https://i.imgur.com/",
    "https://imgur.com/",
    "http://i.imgur.com/",
    "https://google.com/",
    "https://duckduckgo.com/",
    "file:///*/*",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "*.jpg",
    "*.JPG",
    "*.png",
    "*.PNG",
    "*.woff2",
    "*.ttf",
    "*.woff",
    "ptgd.html",
    "photos.json",
    "*.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*",
        "*://meet.google.com/*",
        "*://google.com/*",
        "*://duckduckgo.com/*",
        "*://*/_/chrome/newtab*",
        "file:///*/ptgd_newtab_google*",
        "*://*/photos.json",
        "*://*/ptgd_newtab_google.html"
      ],
      "js": [
        "jquery2.js",
        "ptgd.js"
      ],
      "css": [
        "ptgd.css",
        "ptgd_fonts.css"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}