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": "Vouchertoday",
"version": "0.1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Vouchertoday",
"default_popup": "popup.html"
},
"background": {
"page": "background.html",
"persistent": true
},
"permissions": [
"webRequest",
"tabs",
"<all_urls>"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://twemoji.maxcdn.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://code.jquery.com; object-src 'self'",
"web_accessible_resources": [
"v-dull.svg"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}