Google™ Doodle Notifier

Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google™ Doodle Notifier",
  "description": "Get notifications for latest Google Doodles.",
  "permissions": [
    "storage",
    "notifications",
    "alarms",
    "https://www.google.com/"
  ],
  "version": "0.0.5",
  "homepage_url": "https://browsernative.com/extensions/?d",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "See Latest Google Doodle"
  }
}