Inspect and view changes in QuranAyeh 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
{
"manifest_version": 2,
"name": "QuranAyeh",
"version": "1.0",
"description": "The QuranAyeh displays randomly an Ayeh.",
"icons": {
"48": "icons/quran.png"
},
"permissions": [
"alarms",
"tabs",
"notifications",
"storage"
],
"options_ui": {
"page": "options.html"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "QuranAyeh@sadegh.com"
}
},
"browser_action": {
"default_icon": {
"16": "icons/quran.png",
"32": "icons/quran.png"
},
"default_popup": "page.html",
"browser_style": true
}
}