Status-fyi

Status-fyi

A tool to help you keep track of the status of your internship applicaitons.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Status-fyi",
  "description": "A tool to help you keep track of the status of your internship applicaitons.",
  "manifest_version": 2,
  "version": "1.0.5",
  "icons": {
    "16": "Status-fyi_16x16.png",
    "48": "Status-fyi_1_48x48.png",
    "128": "Status-fyi_2_128x128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "Status-fyi_16x16.png",
      "48": "Status-fyi_1_48x48.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://code.jquery.com/ https://cdn.jsdelivr.net/npm/[email protected]/ https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css; object-src 'self'",
  "oauth2": {
    "client_id": "749857530405-fa99b49d05asao89eu5p076u3d5s7oa0.apps.googleusercontent.com",
    "scopes": [
      "profile email"
    ]
  },
  "web_accessible_resources": [
    "frame.html",
    "frame.js"
  ]
}