All Doodle games

All Doodle games

Google doodles are fun, unexpected changes to the logo. Games based on events. Play funny Doodle games in browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "1.2",
  "manifest_version": 3,
  "description": "__MSG_description__",
  "default_locale": "en",
  "action": {
    "default_popup": "app.html"
  },
  "icons": {
    "32": "img/icon32.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/sw.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest",
    "identity",
    "identity.email"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkSBzuu90XtdtZpaSMyP4TKHFS1gf0HFbblASJoZ5Q+KZit5mtqNXT3wWYdnKHSxqkN2zlzZex5iySZbUJKydcw6Zb3GYsy3gFxnuitsWpQHUaTLYcPmRr0F73ohVQ8LvNhM9PYrRDpOdgAjwpkBhSA3kovRIm0lcE82Mt8U0QEoEM1/R3OguSgA8uZLWTJGZs7EFD4SpdneN0Lm5UW0DwxbcLGwclef0pQV4Fn/kuK2U7IdVjHZE9y0lIQeEuQHW5wE3arJo8+2ibOiLhG0aKrNAUrBYpjHefAWcVoMaMX/Q4TquZLjjA6JzWmpX6VWzjeeDXfbWXgUPtS9CFGmwBwIDAQAB",
  "oauth2": {
    "client_id": "685439244938-jp325c5lomgqt5cgg41s2q6t7genkm1q.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ]
}