Our product has both a free component and a fully functional subscription-based web application. I created the Chrome Hosted app — essentially a bookmarkable installable — for each of these parts of our product.
The interesting parts of the manifest application are the following:
"manifest_version": 2,
"app": {
"launch": {
"container": "tab",
"web_url": "https://paydirtapp.com/dashboard"
}
}
"manifest_version": 2,
"app": {
"launch": {
"container": "tab",
"web_url": "https://paydirtapp.com/free_invoice_creator"
}
}
I can install a free invoice application and a fully functional application , but not both at the same time.
Attempting to do this (in Chrome 26.0.1410.10 (Official Build 183151) dev) displays the following error message:
"An error has occurred. The application could not be added because it conflicts with Free Invoice Maker.
, , https://developers.google.com/chrome/apps/docs/developers_guide#manifest, :
. , URL-. , "web_url" "urls" , - URL. , , "urls" "http://mail.example.com/, , " http://mail.example.com/mail/".
my web_url https://paydirtapp.com/, . , , , , .
- , Chrome Hosted Apps, web_url ?