Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Made the same extension code working in both Chrome and Firefox using…
Browse files Browse the repository at this point in the history
… Mozilla's webextension-polyfill. Had to change polyfill code with a temporary fix for a PageAction show bug: mozilla/webextension-polyfill#59.
  • Loading branch information
Kirlat committed Oct 5, 2017
1 parent 37d576f commit a0fbbec
Show file tree
Hide file tree
Showing 12 changed files with 875 additions and 10,343 deletions.
15 changes: 0 additions & 15 deletions build-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,4 @@ rollup.rollup({
}).catch(reason => {
"use strict";
console.error(reason);
});

rollup.rollup({
entry: 'webextension-test/src/extension.js',
moduleName: 'InflectionTables',
plugins: defaultPlugins
}).then(bundle => {
bundle.write({
format: 'es',
dest: 'webextension-test/chrome/extension-bundle.js',
sourceMap: false
})
}).catch(reason => {
"use strict";
console.error(reason);
});
69 changes: 0 additions & 69 deletions webextension-test/chrome/background.js

This file was deleted.

5 changes: 0 additions & 5 deletions webextension-test/chrome/cleanup.js

This file was deleted.

Loading

0 comments on commit a0fbbec

Please sign in to comment.