Picarto Notification Center

Picarto Notification Center

An Unofficial Notification Center for Picarto

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Picarto Notification Center",
  "version": "1.2.0",
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "storage",
    "notifications",
    "identity",
    "idle"
  ],
  "description": "An Unofficial Notification Center for Picarto",
  "options_ui": {
    "page": "html/options.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "html/popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyeQeueNr9+xgg/UTJAXgjAL/NMI3a6dTDQWgmV4PCrSyMPvE59jWwQCjmj0wFgATbeCwTwtXdsn5gayx3MO4cApfKNlmIH7H0h9JsQPAd++RBwcUqaqDK+UX1Rb0mv0fc6gjWp1UtGvBHLmA0nVojr6jlQD/OX12PwVIgPak+MY35yuRHvdGL3j3UyhJ7MNL6BwV99dqPG0R9UAlZjjNsCwWpwHTR0T3//KwFSgk7u/NnfJALJVGh/sWYkpqw480lpKEQ5ZELZOamiQxARgdYlZjWdznWtkouq1bemAtTu/shtBvHSMxJLq2+T40BfJZZU9jMT35J7mECkaQvvw3wIDAQAB"
}