diff --git a/README.md b/README.md index 1abc643..3f28a79 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Pull requests welcome! ## Developer Links -* [web-ext docs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Getting_started_with_web-ext) \ No newline at end of file +- [web-ext docs](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Getting_started_with_web-ext) diff --git a/manifest.json b/manifest.json index 7f82536..0ee534a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,11 @@ { "manifest_version": 2, "name": "Photo Tab", - "version": "2018.1.1", + "version": "2020.1.0", "description": "Loads a Reddit nature photo when you open a new tab", "author": "William DePhillips ", "homepage_url": "https://github.com/vegetabill/photo-tab-firefox", - "permissions": [ - "tabs", - "browserSettings", - "" - ], + "permissions": ["tabs", "browserSettings", ""], "chrome_settings_overrides": {}, "chrome_url_overrides": { "newtab": "./photo-tab.html" diff --git a/package.json b/package.json index 63ecd32..150cb71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "photo-tab-firefox", - "version": "1.0.0", + "version": "2020.1.0", "description": "I built this because I loved the [Tab Pics](http://tab.pics/) Chrome extension but migrated off Chrome due to privacy concerns. It's my first Firefox extension so it may not be that well-designed but works for me.", "main": "photo-tab.js", "scripts": { @@ -19,6 +19,7 @@ }, "homepage": "https://github.com/vegetabill/photo-tab-firefox#readme", "devDependencies": { + "prettier": "^2.0.5", "web-ext": "^4.3.0" } } diff --git a/photo-tab.html b/photo-tab.html index 516985c..e464ab0 100644 --- a/photo-tab.html +++ b/photo-tab.html @@ -1,17 +1,19 @@ - + Photo Tab