Create your own word search puzzles from any text or Google Drive file to find the hidden words.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"app": {
"launch": {
"container": "tab",
"web_url": "https://speedtesting.herokuapp.com/wordsearch/"
},
"urls": [
"https://speedtesting.herokuapp.com/wordsearch/"
]
},
"api_console_project_id": "766902391959",
"container": "GOOGLE_DRIVE",
"default_locale": "en_US",
"description": "__MSG_ext_description__",
"icons": {
"128": "icon128.png"
},
"name": "__MSG_ext_name__",
"permissions": [
"unlimitedStorage"
],
"update_url": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "1.1.3.1"
}