Home
> Uncategorized > A simple Chrome App
A simple Chrome App
This morning, I submitted a simple chrome app to the google app store,
It was simply a manifest file as follows:
{
“name”: “Freebie SMS – Free SMS UK”,
“version”: “1.0”,
“description”: “Send free SMS text messages from Chrome to UK mobile phones, no pre-payment or signup required. All networks supported.”,
“browser_action”: {
“default_icon”: “sms.gif”,
“popup”: “popup.html”
},
“permissions”: [
“http://www.freebiesms.co.uk/”
]
}
Then the file “popup.html” is the generated HTML from the FreebieSMS Affiliate form.
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback