Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
Replaced & with + for better readibility
  • Loading branch information
jancurn authored Aug 2, 2023
1 parent 277adab commit 587160c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions templates/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"id": "python-beautifulsoup",
"name": "python-beautifulsoup",
"label": "BeautifulSoup & Requests",
"label": "BeautifulSoup + Requests",
"category": "python",
"technologies": [
"requests",
Expand All @@ -63,7 +63,7 @@
{
"id": "python-playwright",
"name": "python-playwright",
"label": "Playwright & Chrome",
"label": "Playwright + Chrome",
"category": "python",
"technologies": [
"playwright",
Expand All @@ -90,7 +90,7 @@
{
"id": "python-selenium",
"name": "python-selenium",
"label": "Selenium & Chrome",
"label": "Selenium + Chrome",
"category": "python",
"technologies": [
"selenium",
Expand Down Expand Up @@ -215,7 +215,7 @@
{
"id": "js-crawlee-cheerio",
"name": "project_cheerio_crawler_js",
"label": "Crawlee & Cheerio",
"label": "Crawlee + Cheerio",
"category": "javascript",
"technologies": [
"nodejs",
Expand All @@ -241,7 +241,7 @@
{
"id": "js-crawlee-puppeteer-chrome",
"name": "project_puppeteer_crawler_js",
"label": "Crawlee & Puppeteer & Chrome",
"label": "Crawlee + Puppeteer + Chrome",
"category": "javascript",
"technologies": [
"nodejs",
Expand All @@ -267,7 +267,7 @@
{
"id": "js-crawlee-playwright-chrome",
"name": "project_playwright_crawler_js",
"label": "Crawlee & Playwright & Chrome",
"label": "Crawlee + Playwright + Chrome",
"category": "javascript",
"technologies": [
"nodejs",
Expand Down Expand Up @@ -319,7 +319,7 @@
{
"id": "ts-crawlee-cheerio",
"name": "project_cheerio_crawler_ts",
"label": "Crawlee & Cheerio",
"label": "Crawlee + Cheerio",
"category": "typescript",
"technologies": [
"nodejs",
Expand All @@ -345,7 +345,7 @@
{
"id": "ts-crawlee-puppeteer-chrome",
"name": "project_puppeteer_crawler_ts",
"label": "Crawlee & Puppeteer & Chrome",
"label": "Crawlee + Puppeteer + Chrome",
"category": "typescript",
"technologies": [
"nodejs",
Expand All @@ -371,7 +371,7 @@
{
"id": "ts-crawlee-playwright-chrome",
"name": "project_playwright_crawler_ts",
"label": "Crawlee & Playwright & Chrome",
"label": "Crawlee + Playwright + Chrome",
"category": "typescript",
"technologies": [
"nodejs",
Expand All @@ -397,7 +397,7 @@
{
"id": "ts-playwright-test-runner",
"name": "project_playwright_test_runner",
"label": "Playwright & Chrome Test Runner",
"label": "Playwright + Chrome Test Runner",
"category": "typescript",
"technologies": [
"nodejs",
Expand Down

0 comments on commit 587160c

Please sign in to comment.