From 158443130e7a7e429fcd71ac29ecaca02472583e Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Mon, 19 Aug 2019 19:01:20 +1000 Subject: [PATCH] new directory structure --- main.js => src/main.js | 0 manifest.json => src/manifest.json | 0 newtab.html => src/newtab.html | 0 options.html => src/options.html | 0 options.js => src/options.js | 0 sortable.min.js => src/sortable.min.js | 0 style.css => src/style.css | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename main.js => src/main.js (100%) rename manifest.json => src/manifest.json (100%) rename newtab.html => src/newtab.html (100%) rename options.html => src/options.html (100%) rename options.js => src/options.js (100%) rename sortable.min.js => src/sortable.min.js (100%) rename style.css => src/style.css (100%) diff --git a/main.js b/src/main.js similarity index 100% rename from main.js rename to src/main.js diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/newtab.html b/src/newtab.html similarity index 100% rename from newtab.html rename to src/newtab.html diff --git a/options.html b/src/options.html similarity index 100% rename from options.html rename to src/options.html diff --git a/options.js b/src/options.js similarity index 100% rename from options.js rename to src/options.js diff --git a/sortable.min.js b/src/sortable.min.js similarity index 100% rename from sortable.min.js rename to src/sortable.min.js diff --git a/style.css b/src/style.css similarity index 100% rename from style.css rename to src/style.css -- 2.47.1