AGH Wirtualny Dziekanat

AGH Wirtualny Dziekanat

Powiadomienia z AGH WD w Twojej przeglądarce!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AGH Wirtualny Dziekanat",
  "short_name": "AGH WD",
  "version": "1.0.1",
  "description": "Powiadomienia z AGH WD w Twojej przeglądarce!",
  "icons": {
    "96": "aghwd_logo_96.png",
    "128": "aghwd_logo_128.png"
  },
  "permissions": [
    "gcm",
    "activeTab",
    "notifications",
    "storage",
    "https://api.janpogocki.pl/*"
  ],
  "content_security_policy": "script-src 'unsafe-eval' 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "browser_action": {
    "default_title": "AGH WD",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "homepage_url": "https://www.janpogocki.pl",
  "incognito": "not_allowed",
  "//": "It is the same for all projects, this is not your project's sender ID",
  "gcm_sender_id": "103953800507"
}