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.

Advertisement
Categories: Uncategorized
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: