Fill out the survey at 10pm!

Fill out the survey at 10pm!

This extension is used to open a suvery based on google form for research study.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fill out the survey at 10pm!",
  "description": "",
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "email.png",
    "default_title": "Click here at 10pm!"
  },
  "permissions": [
    "tabs",
    "notifications"
  ],
  "web_accessible_resources": [
    "email.png"
  ],
  "version": "1.2",
  "manifest_version": 2
}