Simple and easy way to create free online surveys
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "ProProfs Survey Maker",
"description": "Simple and easy way to create free online surveys",
"version": "9.2",
"app": {
"urls": [
"http://www.proprofs.com/survey/"
],
"launch": {
"web_url": "http://www.proprofs.com/survey/create-a-survey.php"
}
},
"icons": {
"128": "survey_128.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}