Inspect and view changes in Crossword Puzzles source codes across current and past versions
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",
"name": "Crossword Puzzles",
"description": "Crossword Puzzles 11x11,13x13,23x13 in 3 different Languages",
"manifest_version": 2,
"version": "2.0.1",
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"externally_connectable": {
"matches": [
"*://alfunstuff.com/*"
]
},
"offline_enabled": false,
"icons": {
"16": "icon-016.png",
"128": "icon-128.png"
},
"permissions": [
"unlimited_storage",
"notifications",
"http://*/*",
"webview"
]
}