Holy cow! This works?! I'm going to have to create a new webstore account xD
but Waiting for see the backlinks![]()
Holy cow! This works?! I'm going to have to create a new webstore account xD
but Waiting for see the backlinks![]()
It was the backlinks that I wanted, haha damn, I'll create an app for each of my sites and I'll see if they count then![]()
Awesome stuff here thumbs up for sharing
Edit. Finished the process and my App with links is online now! Thanks a lot for this tutorial.
AMAZING. Thank you, sir.
Has anyone seen rank increases from this yet?![]()
When I change it , then I add a folder with icon.png and manifest.json to zip, and then try to upload I got error -4. Change the red parts to whatever you need. If you'd want to build a Chrome app that launches the BBC homepage, you could write BBC launcher under "name" and put under "url"s and "web_url". In our example case we would write:
it doesnt work. I can't get the instruction. why there are so many gaps?
When I change it , then I add a folder with icon.png and manifest.json to zip, and then try to upload I got error -
An error occurred: Failed to process your item.
The 128x128 icon file is missing.
thats it
Thank you.Your the only one having issues, read the instructions!
Thank you.
Another question, I do published the app, everything as you said. But I can't find it through search bar. I type in my app name - and there is no my app. (app is published) does it need some time to apear or I made a mistake again?
IAn error occurred: Failed to process your item.
manifest.json:13:0: unterminated string.
{
"manifest_version": 2,
"name": "My Keyword Name",
"description": "My short description here.",
"short_name": "My Keyword Name: My short description here.",
"version": "1.0",
"icons": {
"128": "128.png"
},
"app": {
"urls": [
"http://www.mygreatsitehere.com.au"
],
"launch": {
"web_url": "http://www.mygreatsitehere.com.au"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}
There are a number of things that can cause "unterminated string." One common issue is trailing commas.
I added my site a few days ago. Here is the json I used. I replaced the title, description and site urls only in the example below and is what I added to the .zip file when submitting:
Code:{ "manifest_version": 2, "name": "My Keyword Name", "description": "My short description here.", "short_name": "My Keyword Name: My short description here.", "version": "1.0", "icons": { "128": "128.png" }, "app": { "urls": [ "http://www.mygreatsitehere.com.au" ], "launch": { "web_url": "http://www.mygreatsitehere.com.au" } }, "permissions": [ "unlimitedStorage", "notifications" ] }
Try that and replace the generic code and url with yours.