From d0b6e2df6f62d54e235958498d242e34ce00d7dc Mon Sep 17 00:00:00 2001 From: "Sir. Automation" Date: Fri, 23 Feb 2024 22:53:28 +0100 Subject: [PATCH] last commit --- README.md | 5 +++-- background.js | 2 +- package.json | 2 +- template-manifest.json | 12 ++++++------ 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cfc5442..c8ebd06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Again,Why Salesforce +# Why Salesforce This extension allows users to create custom tabs in Setup for their most-used settings [Demo Video](https://youtu.be/BtlKRvac9ZQ) @@ -19,8 +19,9 @@ This extension allows users to create custom tabs in Setup for their most-used s - [x] Open full urls in new tab - [ ] Better solutions for waiting until Salesforce setup is completely loaded - [ ] Utils class for templates or other shared code +- [x] Allow links to SF Classic #4 +- [x] Import & Export tabs #11 - [x] Favourite button on current Setup page #12 -- [x] Import & Export tabs Contributors - [Warren Walters](https://www.linkedin.com/in/walters954/) diff --git a/background.js b/background.js index 16a4b63..ed0f36e 100644 --- a/background.js +++ b/background.js @@ -1,6 +1,6 @@ const isChrome = navigator.userAgent.includes("Chrome"); const browserObj = isChrome ? chrome : browser; -const whyKey = 'againWhySalesforce'; +const whyKey = 'whySalesforce'; function addKey(items, callback){ items.key = whyKey; diff --git a/package.json b/package.json index 3b96d26..2b3f502 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "again-why-salesforce", + "name": "why-salesforce", "scripts": { "dev-firefox": "node build-manifest.js firefox", "dev-chrome": "node build-manifest.js chrome" diff --git a/template-manifest.json b/template-manifest.json index 13787db..e5737c4 100644 --- a/template-manifest.json +++ b/template-manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 3, - "name": "Again, Why Salesforce", + "name": "Why Salesforce", "version": "1.3", "permissions": ["storage"], "description": "Stuff that Salesforce should have already added... Easily setting favourite tabs in Setup.", - "homepage_url": "https://github.com/astisme/again-Why-Salesforce", + "homepage_url": "https://github.com/walters954/why-ralesforce", "content_scripts": [ { "matches": [ @@ -21,7 +21,7 @@ "128": "images/whysf128.png" }, "action": { - "default_title": "Again, Why Salesforce", + "default_title": "Why Salesforce", "default_popup": "./action/popup.html" }, "background": { @@ -31,11 +31,11 @@ "minimum_chrome_version": "120.0.0", "browser_specific_settings": { "gecko": { - "id": "again@why.salesforce", - "strict_min_version": "112.0.2" + "id": "whysf@plugin", + "strict_min_version": "117" }, "safari": { - "strict_min_version": "14" + "strict_min_version": "17.2" } }, "incognito": "spanning"