Code Alarm

Code Alarm

This extension notifies you with the latest programming contests

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Code Alarm",
  "description": "This extension notifies you with the latest programming contests",
  "version": "1.2",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "Code Alarm",
    "default_popup": "sign_in.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "https://ajax.googleapis.com/",
    "https://*/"
  ],
  "content_security_policy": "script-src 'self' https://tarruda.github.io/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.pt-BR.js https://tarruda.github.io/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js https://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.pt-BR.js https://tarruda.github.com/bootstrap-datetimepicker/assets/js/bootstrap-datetimepicker.min.js https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js https://apis.google.com https://connect.facebook.net; object-src 'self'"
}