Refresh in URL bar for Android

Refresh in URL bar for Android

Adds a refresh button in the address bar. Icon has been changed to the Firefox Android refresh icon. Based on Australis-like refresh in URL bar by Andrei Cristian Petcu (https://github.com/andreicristianpetcu/refresh_in_url_bar)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "{7afe2ae8-0244-48d6-8007-6aadad9a6093}"
    }
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "description": "Adds a refresh button in the URL bar. Icon has been changed to the Firefox Android refresh icon. Based on Australis-like refresh in URL bar by Andrei Cristian Petcu (https://github.com/andreicristianpetcu/refresh_in_url_bar)",
  "icons": {
    "48": "images/icon-48.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Refresh in URL bar for Android",
  "page_action": {
    "default_icon": "images/icon-128.png"
  },
  "version": "1.0.7resigned1"
}