Inspect and view changes in Indish_OneWorldOneScript_Alphabet 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
{
"background": {
"scripts": [
"bgrnd.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"all_frames": true,
"js": [
"cntnt.js"
]
}
],
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html",
"default_title": "Indish"
},
"description": "Indish_OneWorldOneScript_Alphabet",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "Indish_OneWorldOneScript_Alphabet",
"permissions": [
"tabs",
"http://*/*",
"https://*/*"
],
"version": "1.1.5",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}