<div dir="ltr">Hi all,<div>I was thinking of that : as we are adding more and more support for Push Networks (iOS, Android, Microsoft, firefoxOS, Amazon), the configuration list is getting longer and longer in the code. What about creating a separate json file containing this config that the plugin could consume ?</div><div><br></div><div>like, pushconfig.json : </div><div><br></div><div> {</div><div>      pushServerURL: &quot;<a href="https://javaoneups-sblanc.rhcloud.com/ag-push/">https://javaoneups-sblanc.rhcloud.com/ag-push/</a>&quot;,</div><div>      android: {</div><div>        senderID: &quot;313664704978&quot;,</div><div>        variantID: &quot;39d64fb1-6c82-4638-9d02-3fbbbad5ba28&quot;,</div><div>        variantSecret: &quot;d2e4e60a-e3d9-4db7-acee-0d18abc953a4&quot;</div><div>      },</div><div>     ios : {</div><div>     ....</div><div>     },</div><div>     simplePush : {</div><div>     ...</div><div>     },</div><div>     microsoft : {</div><div>    ...</div><div>      },</div><div>     amazon : {</div><div>     ...</div><div>     }</div><div>}</div><div><br></div><div>That should not be mandatory as we could still use the &quot;inline&quot; style.</div><div><br></div><div>wdyt ? </div><div><br></div><div>Sebi </div></div>