Email List Building Power Hacks, Fast Growth Secrets That Work ,And a Few 'Little Known' Resources
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": "Email List Building (Growth Hacks Checklist)",
"description": "Email List Building Power Hacks, Fast Growth Secrets That Work ,And a Few 'Little Known' Resources ",
"manifest_version": 2,
"version": "1.14.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"page": "index.html#notifications"
},
"permissions": [
"storage",
"notifications",
"http://api.leadblasta.com/",
"http://*.youtube.com/",
"https://*.youtube.com/",
"https://*.ytimg.com/"
],
"browser_action": {
"default_title": "Email List Building (Growth Hacks Checklist)",
"default_icon": "icon.png",
"default_popup": "index.html"
}
}